Skip to content

Commit 05c607a

Browse files
committed
Run tests on PHP 8.4 and update test environment
1 parent 7e89d21 commit 05c607a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
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
@@ -40,7 +41,7 @@ jobs:
4041

4142
PHPUnit-hhvm:
4243
name: PHPUnit (HHVM)
43-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4445
continue-on-error: true
4546
steps:
4647
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)