Skip to content

Commit 7a1dde3

Browse files
committed
Upgrade operating system
1 parent 77903c3 commit 7a1dde3

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-22.04
11+
runs-on: ubuntu-24.04
1212
timeout-minutes: 10
1313

1414
name: PHP 8.3
@@ -59,7 +59,7 @@ jobs:
5959
php-coveralls --coverage_clover=build/logs/clover.xml -v
6060
6161
tests-latest:
62-
runs-on: ubuntu-22.04
62+
runs-on: ubuntu-24.04
6363
timeout-minutes: 10
6464

6565
name: PHP Latest

0 commit comments

Comments
 (0)