We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2340591 commit 74e8308Copy full SHA for 74e8308
1 file changed
.github/workflows/quality-assurance.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- php: [ '7.2', '7.3', '7.4', '8.0' ]
+ php: ['7.4', '8.0', '8.1', '8.2', '8.3' ]
14
composer-flags: [ '' ]
15
phpunit-flags: [ '--coverage-text' ]
16
steps:
0 commit comments