We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3972023 + bb12519 commit 4123450Copy full SHA for 4123450
1 file changed
.github/workflows/lint-php.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- php-versions: [8.2', "8.3", "8.4"]
+ php-versions: ["8.2", "8.3", "8.4", "8.5"]
26
27
name: php-lint
28
0 commit comments