Skip to content

Commit

Permalink
update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
ptesei committed Apr 6, 2024
1 parent e9619f5 commit e317a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.2
php-version: 7.4
extensions: mbstring, intl

- name: Validate composer file
Expand All @@ -35,4 +35,4 @@ jobs:
run: composer install

- name: Run codesniffer
run: composer cs
run: composer cs

0 comments on commit e317a0e

Please sign in to comment.