Skip to content

Commit

Permalink
Consistent matrix versions naming in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibor committed Nov 13, 2023
1 parent 6a0a136 commit 26fa680
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
include:
- rails: "6.0"
ruby: 2.7
ruby: "2.7"

- rails: "6.1"
ruby: "2.7"
Expand All @@ -25,16 +25,16 @@ jobs:
ruby: "3.2"

- rails: "7.0"
ruby: 3.1
ruby: "3.1"
- rails: "7.0"
ruby: 3.2
ruby: "3.2"

- rails: "7.1"
ruby: 3.1
- rails: "7.1.1"
ruby: 3.2
ruby: "3.1"
- rails: "7.1"
ruby: 3.2
ruby: "3.2"
- rails: "7.1"
ruby: "3.2"

env:
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
Expand Down

0 comments on commit 26fa680

Please sign in to comment.