We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aee02 commit c994507Copy full SHA for c994507
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
mariadb:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
timeout-minutes: 10
13
14
services:
@@ -72,7 +72,7 @@ jobs:
72
php-coveralls --coverage_clover=build/logs/clover.xml -v
73
74
mariadb-latest:
75
76
77
78
@@ -111,7 +111,7 @@ jobs:
111
run: vendor/bin/phpunit
112
113
mysql:
114
- runs-on: ubuntu-20.04
115
116
117
@@ -149,7 +149,7 @@ jobs:
149
150
151
mysql-latest:
152
153
154
155
0 commit comments