Skip to content

Commit f222213

Browse files
authored
Merge pull request #109 from clue-labs/php8.4
Run tests on PHP 8.4 and update test environment
2 parents 022a376 + 7886cb0 commit f222213

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
@@ -44,7 +45,7 @@ jobs:
4445
4546
PHPUnit-hhvm:
4647
name: PHPUnit (HHVM)
47-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4849
continue-on-error: true
4950
steps:
5051
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)