We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a24404 commit 6c99148Copy full SHA for 6c99148
.github/workflows/test_and_build.yml
@@ -92,7 +92,7 @@ jobs:
92
strategy:
93
fail-fast: false
94
matrix:
95
- php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
+ php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
96
steps:
97
- name: Check out source code
98
uses: actions/checkout@v3
0 commit comments