Skip to content

Commit

Permalink
Make PHP 8.1 default version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Jan 15, 2022
1 parent 0880878 commit dbd3129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
matrix:
include:
- php: '8.0'
code-coverage: 'yes'
- php: '8.1'
composer-flags: '--ignore-platform-reqs'
experimental: true
code-coverage: 'yes'

steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
coverage: none
extensions: mbstring
tools: 'cs2pr'
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
coverage: none
extensions: mbstring, intl

Expand Down

0 comments on commit dbd3129

Please sign in to comment.