Skip to content

Commit 9d24603

Browse files
committed
Run tests on PHP 8.4 and update test environment
1 parent d9f16d2 commit 9d24603

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
jobs:
88
PHPUnit:
99
name: PHPUnit (PHP ${{ matrix.php }})
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.4
1415
- 8.3
1516
- 8.2
1617
- 8.1
@@ -33,6 +34,7 @@ jobs:
3334
ini-file: development
3435
- run: composer install
3536
- run: docker pull busybox:latest
37+
- run: docker info
3638
- run: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml
3739
if: ${{ matrix.php >= 7.3 }}
3840
- run: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml -c phpunit.xml.legacy

0 commit comments

Comments
 (0)