Skip to content

Commit 275e5d8

Browse files
committed
Upgrade operating system
1 parent 6a80b4b commit 275e5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
tests:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
timeout-minutes: 30
1313

1414
name: PHP 8.3
@@ -57,7 +57,7 @@ jobs:
5757
php-coveralls --coverage_clover=build/logs/clover.xml -v
5858
5959
tests-latest:
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-24.04
6161
timeout-minutes: 30
6262

6363
name: PHP Latest

0 commit comments

Comments
 (0)