Skip to content

Commit

Permalink
Update Ruby and Rails versions in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
markoudev committed Jan 7, 2025
1 parent 024da00 commit 9a089d3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ jobs:
continue-on-error: true
strategy:
matrix:
ruby: [ "3.3", "3.2", "3.1", "3.0" ]
rails: [ "7.0", "6.1"]
include:
- { ruby: "2.7", rails: "6.0" }
- { ruby: "2.7", rails: "5.2" }
- { ruby: "2.7", rails: "5.1" }
- { ruby: "2.7", rails: "5.0" }
ruby: [ "3.4", "3.3", "3.2", "3.1" ]
rails: [ "8.0", "7.1", "7.0", "6.1" ]
name: "tests (Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.rails }})"
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 9a089d3

Please sign in to comment.