We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e804c0 + 16645c1 commit 7386390Copy full SHA for 7386390
1 file changed
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: true
13
matrix:
14
- php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
+ php: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
15
stability: [ prefer-stable ]
16
17
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
0 commit comments