We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9842ebb commit e5510aaCopy full SHA for e5510aa
1 file changed
.github/workflows/Build.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- php_versions: ['8.1', '8.2', '8.3']
+ php_versions: ['8.1', '8.2', '8.3', '8.4']
19
os: [ubuntu-latest, windows-latest]
20
21
runs-on: ${{ matrix.os }}
0 commit comments