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 10a416c commit b15f846Copy full SHA for b15f846
.github/workflows/php.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- php: ['8.0', '8.1']
+ php: ['8.0', '8.1', '8.2']
16
phpunit: ['8.0', '9.0']
17
composer-arg: ['']
18
runs-on: ubuntu-latest
0 commit comments