Skip to content

Commit 1a01ea3

Browse files
committed
Update Ruby and Rails versions in CI matrix
1 parent 024da00 commit 1a01ea3

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

.github/workflows/ci.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ jobs:
1111
continue-on-error: true
1212
strategy:
1313
matrix:
14-
ruby: [ "3.3", "3.2", "3.1", "3.0" ]
15-
rails: [ "7.0", "6.1"]
16-
include:
17-
- { ruby: "2.7", rails: "6.0" }
18-
- { ruby: "2.7", rails: "5.2" }
19-
- { ruby: "2.7", rails: "5.1" }
20-
- { ruby: "2.7", rails: "5.0" }
14+
ruby: [ "3.4", "3.3", "3.2", "3.1" ]
15+
rails: [ "8.0", "7.1", "7.0", "6.1" ]
2116
name: "tests (Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.rails }})"
2217
runs-on: ubuntu-latest
2318
env:

test/gemfiles/rails-5.2.gemfile

-3
This file was deleted.

test/gemfiles/rails-6.0.gemfile

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22
gemspec path: "../.."
3-
gem "activerecord", "~> 5.0.0"
3+
gem "activerecord", "~> 7.1.0"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22
gemspec path: "../.."
3-
gem "activerecord", "~> 5.1.0"
3+
gem "activerecord", "~> 8.0.0"

0 commit comments

Comments
 (0)