Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d53a6cf

Browse filesBrowse files
committed
Run MySQL jobs on Ubuntu 22.04
1 parent 58ae7b0 commit d53a6cf
Copy full SHA for d53a6cf

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: vendor/bin/phpunit
112112

113113
mysql:
114-
runs-on: ubuntu-20.04
114+
runs-on: ubuntu-22.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-22.04
153153
timeout-minutes: 10
154154

155155
services:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.