Skip to content

Commit dca9b14

Browse files
committed
remove ubuntu 18 because it doesnt exist anymore
1 parent 320b0a5 commit dca9b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- {os: ubuntu-22.04, ruby: '3.0', db: mariadb10.6}
3535
- {os: ubuntu-20.04, ruby: '2.7', db: mariadb10.6}
3636
- {os: ubuntu-20.04, ruby: '2.7', db: mysql80}
37-
- {os: ubuntu-18.04, ruby: '2.7', db: mysql57}
37+
# - {os: ubuntu-18.04, ruby: '2.7', db: mysql57} # no longer exists
3838

3939
# TODO - Windows CI
4040
# - {os: windows-2022, ruby: '3.2', db: mysql80}

0 commit comments

Comments
 (0)