We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83244b8 commit fa65057Copy full SHA for fa65057
.github/workflows/php.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- php_version: ['8.1', '8.2', '8.3']
+ php_version: ['8.1', '8.2', '8.3', '8.4']
20
laravel_version: ['^9.0', '^10.0', '^11.0']
21
exclude:
22
- php_version: '8.1'
0 commit comments