We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097f263 commit d401401Copy full SHA for d401401
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: true
19
matrix:
20
- php: ['7.4', '8.1', '8.2']
+ php: ['7.4', '8.1', '8.2', '8.3']
21
22
name: PHP ${{ matrix.php }}
23
0 commit comments