Skip to content

Commit

Permalink
Test on newer PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jul 12, 2023
1 parent 0a867d3 commit 25d0736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
coverage: [true]
composer-flags: ['']
include:
- php: '8.0'
- php: '8.2'
coverage: false
composer-flags: '--ignore-platform-req=php'
- php: '7.2'
Expand All @@ -53,7 +53,7 @@ jobs:

- name: "Use PHPUnit 9.3+ on PHP 8"
run: composer require --no-update --dev phpunit/phpunit:^9.3
if: "matrix.php == '8.0'"
if: "matrix.php >= '8.0'"

- run: composer update --no-progress ${{ matrix.composer-flags }}

Expand Down

0 comments on commit 25d0736

Please sign in to comment.