Skip to content

Commit

Permalink
Align php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 24, 2023
1 parent c7204c6 commit 8eb8369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.1
extensions: mbstring, intl, pdo_mysql
coverage: pcov

Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: mbstring, intl
coverage: none
tools: phive
Expand Down

0 comments on commit 8eb8369

Please sign in to comment.