Skip to content

Commit

Permalink
Run tests also on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Mar 18, 2023
1 parent dcf5cf4 commit 0564c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']

steps:
- name: Checkout
Expand All @@ -29,4 +29,4 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
- name: Run unit tests
run: vendor/bin/phpunit --verbose --colors=always
run: vendor/bin/phpunit --colors=always

0 comments on commit 0564c77

Please sign in to comment.