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 3ca3555 commit 1a3a5d4Copy full SHA for 1a3a5d4
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php: ['7.3', '7.4', '8.0']
+ php: ['7.4', '8.0', '8.1', '8.2']
14
15
name: PHP ${{ matrix.php }} tests
16
@@ -24,4 +24,4 @@ jobs:
24
25
- uses: "ramsey/composer-install@v1"
26
27
- - run: vendor/bin/phpunit --exlude-group=functional
+ - run: vendor/bin/phpunit --exclude-group=functional
0 commit comments