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 99a9c8b commit 809b57dCopy full SHA for 809b57d
.github/workflows/quality-assurance.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
fail-fast: false
39
matrix:
40
- php: [ '8.1', '8.2', '8.3', '8.4' ]
+ php: ['8.1', '8.2', '8.3', '8.4', '8.5']
41
composer-flags: [ '' ]
42
experimental: [false]
43
phpstan: [true]
0 commit comments