We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ed711 commit 0a6a310Copy full SHA for 0a6a310
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: true
17
matrix:
18
- php: [8.0, 8.1, 8.2, 8.3, 8.4]
+ php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
19
20
name: PHP ${{ matrix.php }}
21
0 commit comments