Skip to content

Commit 0564c77

Browse files
committed
Run tests also on PHP 8.2
1 parent dcf5cf4 commit 0564c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
13+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1414

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

0 commit comments

Comments
 (0)