Skip to content

Commit 8894a2a

Browse files
committed
[1.x] Run tests on PHP 8.4 and update test environment
Builds on #240 and #218
1 parent eb8ae00 commit 8894a2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
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,13 +40,13 @@ jobs:
3940

4041
PHPUnit-macOS:
4142
name: PHPUnit (macOS)
42-
runs-on: macos-12
43+
runs-on: macos-14
4344
continue-on-error: true
4445
steps:
4546
- uses: actions/checkout@v4
4647
- uses: shivammathur/setup-php@v2
4748
with:
48-
php-version: 8.2
49+
php-version: 8.4
4950
coverage: xdebug
5051
ini-file: development
5152
- run: composer install

0 commit comments

Comments
 (0)