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.
2 parents 59ae271 + ac7b5ee commit a1c3729Copy full SHA for a1c3729
.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