Skip to content

Commit

Permalink
Run tests with MySQL 8.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed May 27, 2024
1 parent a0e840f commit be950f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- '7_0'
- '7_1'
- 'latest'
mysql-version:
- '5.7'
- '8.0'
exclude:
# activerecord-7 doesn't support Ruby 2.6
- ruby-version: '2.6'
Expand All @@ -37,7 +40,7 @@ jobs:

services:
mysql:
image: mysql:5.7
image: mysql:${{ matrix.mysql-version }}
ports:
- 3306:3306
options: >-
Expand Down

0 comments on commit be950f4

Please sign in to comment.