Skip to content

Commit ea7a7e4

Browse files
committed
Update test enviroment
1 parent b27b3b4 commit ea7a7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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:
@@ -45,7 +45,7 @@ jobs:
4545
4646
PHPUnit-hhvm:
4747
name: PHPUnit (HHVM)
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949
continue-on-error: true
5050
steps:
5151
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)