We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9219a79 commit dfb53faCopy full SHA for dfb53fa
.github/workflows/run-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- php: [8.1, 8.2]
+ php: [8.1, 8.2, 8.3, 8.4]
26
27
name: P${{ matrix.php }}
28
0 commit comments