Skip to content

Commit be603d1

Browse files
committed
Run tests on PHP 8.4 and update test environment
1 parent 1e5b0ac commit be603d1

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

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

0 commit comments

Comments
 (0)