Skip to content

Commit

Permalink
CI: GitHub dropped Ubuntu 18.04 runners; switch to 20.04 for MySQL 5.…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Aug 3, 2023
1 parent 6cf5e1d commit 968a44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- {os: ubuntu-22.04, ruby: '3.0', db: mariadb10.6}
- {os: ubuntu-20.04, ruby: '2.7', db: mariadb10.6}
- {os: ubuntu-20.04, ruby: '2.7', db: mysql80}
- {os: ubuntu-18.04, ruby: '2.7', db: mysql57}
- {os: ubuntu-20.04, ruby: '2.7', db: mysql57}

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

0 comments on commit 968a44b

Please sign in to comment.