Skip to content

Commit

Permalink
Fix php version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Sep 26, 2024
1 parent 74f8fd9 commit 3e44ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.3
coverage: none

- uses: ramsey/composer-install@v2
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.3
coverage: none

- uses: ramsey/composer-install@v2
Expand Down

0 comments on commit 3e44ba1

Please sign in to comment.