Skip to content

Commit

Permalink
fix(ci): use php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell committed Jan 4, 2024
1 parent e719a90 commit 64ec280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 7.4

- name: Cache Composer dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 64ec280

Please sign in to comment.