Skip to content

Commit c994507

Browse files
committed
Upgrade operating system
1 parent 07aee02 commit c994507

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

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

99
jobs:
1010
mariadb:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
timeout-minutes: 10
1313

1414
services:
@@ -72,7 +72,7 @@ jobs:
7272
php-coveralls --coverage_clover=build/logs/clover.xml -v
7373
7474
mariadb-latest:
75-
runs-on: ubuntu-22.04
75+
runs-on: ubuntu-24.04
7676
timeout-minutes: 10
7777

7878
services:
@@ -111,7 +111,7 @@ jobs:
111111
run: vendor/bin/phpunit
112112

113113
mysql:
114-
runs-on: ubuntu-20.04
114+
runs-on: ubuntu-24.04
115115
timeout-minutes: 10
116116

117117
services:
@@ -149,7 +149,7 @@ jobs:
149149
run: vendor/bin/phpunit
150150

151151
mysql-latest:
152-
runs-on: ubuntu-20.04
152+
runs-on: ubuntu-24.04
153153
timeout-minutes: 10
154154

155155
services:

0 commit comments

Comments
 (0)