Skip to content

Commit

Permalink
Merge pull request #495 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Add Ruby 3.2 and MySQL 8.0 to the CI matrix
  • Loading branch information
stephenbinns authored Mar 6, 2023
2 parents fbefa77 + cad1b07 commit c45b6ca
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.7", "3.0", "3.1"]
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
rails-version:
- "6.1.5"
- "7.0.4"
- "main"
postgres-version: ["9.6", "11", "14"]
exclude:
- ruby-version: "3.2"
rails-version: "6.1.5"
runs-on: ubuntu-latest
services:
postgres:
Expand Down Expand Up @@ -63,13 +66,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.7", "3.0", "3.1"]
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
rails-version:
- "6.1.5"
- "7.0.4"
- "main"
mysql-version:
- "5.7"
mysql-version: ["5.7", "8.0"]
exclude:
- ruby-version: 3.2
rails-version: "6.1.5"
runs-on: ubuntu-latest
services:
mysql:
Expand Down

0 comments on commit c45b6ca

Please sign in to comment.