We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 813410b + 4a33aaf commit d6443a2Copy full SHA for d6443a2
1 file changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
11
strategy:
12
matrix:
13
- php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
+ php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
14
fail-fast: false
15
16
steps:
0 commit comments