Skip to content

Commit 65b3440

Browse files
committed
[1.x] Run tests on PHP 8.4 and update test environment
Builds on #310
1 parent 23e4ff3 commit 65b3440

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
@@ -11,9 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- ubuntu-22.04
14+
- ubuntu-24.04
1515
- windows-2022
1616
php:
17+
- 8.4
1718
- 8.3
1819
- 8.2
1920
- 8.1
@@ -44,13 +45,13 @@ jobs:
4445

4546
PHPUnit-macOS:
4647
name: PHPUnit (macOS)
47-
runs-on: macos-12
48+
runs-on: macos-14
4849
continue-on-error: true
4950
steps:
5051
- uses: actions/checkout@v4
5152
- uses: shivammathur/setup-php@v2
5253
with:
53-
php-version: 8.2
54+
php-version: 8.4
5455
coverage: xdebug
5556
- run: composer install
5657
- run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)