Skip to content

Commit bff2f1b

Browse files
authored
Merge pull request #72 from PaulRotmann/PHP8.4
Run tests on PHP 8.4 and update test environment
2 parents 4f70306 + bf6d6c9 commit bff2f1b

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
@@ -39,7 +40,7 @@ jobs:
3940

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

0 commit comments

Comments
 (0)