Skip to content

Commit

Permalink
Bump CI to test against 7-1-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubya committed Oct 15, 2023
1 parent 5a005e6 commit 02fa2f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ruby-version: ['jruby-head']
db: ['mysql2']
test_targets: ["rails:test_mysql2"]
ar_version: ["7-0-stable"]
ar_version: ["7-1-stable"]
prepared_statements: ['false', 'true']
driver: ['MySQL']

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
ruby-version: [ 'jruby-head' ]
db: [ 'postgresql' ]
test_targets: [ "rails:test_postgresql" ]
ar_version: ["7-0-stable"]
ar_version: ["7-1-stable"]
prepared_statements: [ 'false', 'true' ]

services:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
ruby-version: ['jruby-head']
db: ['sqlite3']
test_targets: ["rails:test_sqlite3"]
ar_version: ["7-0-stable", "main"]
ar_version: ["7-1-stable", "main"]

env:
DB: ${{ matrix.db }}
Expand Down

0 comments on commit 02fa2f7

Please sign in to comment.