We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac841f commit 4757269Copy full SHA for 4757269
1 file changed
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- php: ["8.4", "8.3", "8.2", "8.1", "8.0", "7.4"]
+ php: ["8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.4"]
18
19
steps:
20
- uses: actions/checkout@v2
0 commit comments