Skip to content

Commit

Permalink
Hotfix CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistraloz committed Dec 5, 2024
1 parent 57cb6d7 commit 7f75ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
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']
variant: ['apache','cli','fpm']
steps:
- name: Checkout
Expand Down

0 comments on commit 7f75ea6

Please sign in to comment.