We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 771ddd5 + 41288eb commit 72d7065Copy full SHA for 72d7065
1 file changed
.github/workflows/php.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- php: ['8.1', '8.2', '8.3', '8.4']
+ php: ['8.1', '8.2', '8.3', '8.4', '8.5']
16
phpunit: ['8.0', '9.0', '10.0', '11.0', '12.0']
17
exclude:
18
- php: '8.1'
0 commit comments