We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be9345 commit 36140d0Copy full SHA for 36140d0
1 file changed
.github/workflows/jest.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ ubuntu-latest, windows-latest, macos-latest ]
16
- php: [ '7.1', '8.0', '8.1', '8.2', '8.3' ]
+ php: [ '7.1', '8.0', '8.1', '8.2', '8.3', '8.4' ]
17
node: [ '20' ]
18
stability: [ prefer-stable ]
19
0 commit comments