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 64112dd commit ac7b5eeCopy full SHA for ac7b5ee
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- php: ['7.3', '7.4', '8.0']
+ php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
9
name: PHP ${{ matrix.php }} tests
10
steps:
11
- uses: actions/checkout@v2
0 commit comments