We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cb6d7 commit 7f75ea6Copy full SHA for 7f75ea6
.github/workflows/workflow.yml
@@ -64,7 +64,7 @@ jobs:
64
strategy:
65
fail-fast: false
66
matrix:
67
- php_version: ['8.4', 8.3','8.2','8.1','8.0','7.4']
+ php_version: ['8.4', '8.3','8.2','8.1','8.0','7.4']
68
variant: ['apache','cli','fpm']
69
steps:
70
- name: Checkout
0 commit comments