Skip to content

Commit 607086b

Browse files
committed
Run tests on PHP 8.4 and update test environment
1 parent 5861005 commit 607086b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
jobs:
88
PHPUnit:
99
name: PHPUnit (PHP ${{ matrix.php }})
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.4
15+
- 8.3
1416
- 8.2
1517
- 8.1
1618
- 8.0
@@ -39,7 +41,7 @@ jobs:
3941

4042
PHPUnit-hhvm:
4143
name: PHPUnit (HHVM)
42-
runs-on: ubuntu-18.04
44+
runs-on: ubuntu-24.04
4345
continue-on-error: true
4446
steps:
4547
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)