Skip to content

Commit

Permalink
Merge pull request #278 from cakephp/othercorey-patch-1
Browse files Browse the repository at this point in the history
Clean up php 8.1 testing
  • Loading branch information
othercorey authored Feb 20, 2022
2 parents 62a8c35 + 62680a3 commit 0fab06d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ on:

jobs:
testsuite:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
php-version: ['7.2', '8.0']
php-version: ['7.2', '8.0', '8.1']
prefer-lowest: ['']
include:
- php-version: '8.1'
- php-version: '7.2'
prefer-lowest: 'prefer-lowest'

Expand Down Expand Up @@ -64,8 +63,6 @@ jobs:
run: |
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
composer update --prefer-lowest --prefer-stable
elif ${{ matrix.php-version == '8.1' }}; then
composer update --ignore-platform-reqs
else
composer update
fi
Expand Down

0 comments on commit 0fab06d

Please sign in to comment.