We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a4277b + c6c7442 commit 2976a4eCopy full SHA for 2976a4e
1 file changed
.github/workflows/build_test.yml
@@ -15,7 +15,7 @@ jobs:
15
build:
16
strategy:
17
matrix:
18
- php_version: ['8.2', '8.3', '8.4']
+ php_version: ['8.2', '8.3', '8.4', '8.5']
19
deps: ['--prefer-lowest --prefer-dist', '']
20
include:
21
- code-coverage: 'yes'
0 commit comments