Skip to content

Commit

Permalink
👷 Add PHP 8.2 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Mar 6, 2023
1 parent e2e2305 commit 19cf697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.4, 8.0 ]
php: [ 7.4, 8.0, 8.1 ]
os: [ ubuntu-latest ]
phpunit-versions: ['latest']
include:
- os: [ ubuntu-latest ]
php: 8.1
php: 8.2
composer-flag: "--ignore-platform-reqs"

- os: [ ubuntu-latest ]
Expand Down

0 comments on commit 19cf697

Please sign in to comment.