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 1a01ea3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 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
3 changes: 0 additions & 3 deletions test/gemfiles/rails-5.2.gemfile

This file was deleted.

3 changes: 0 additions & 3 deletions test/gemfiles/rails-6.0.gemfile

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec path: "../.."
gem "activerecord", "~> 5.0.0"
gem "activerecord", "~> 7.1.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gemspec path: "../.."
gem "activerecord", "~> 5.1.0"
gem "activerecord", "~> 8.0.0"

0 comments on commit 1a01ea3

Please sign in to comment.