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 9bd49a6 commit 88dd048Copy full SHA for 88dd048
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- php: ['7.4', '8.0', '8.1', '8.2']
+ php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
13
fail-fast: false
14
15
name: PHP ${{ matrix.php }} tests
0 commit comments