Skip to content

Commit

Permalink
Move jruby with AR 7.1 and 7.2 to canary until jruby is working.
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Aug 15, 2024
1 parent 407e5e6 commit cc8c21c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
gemfile: gemfiles/trilogy/master.gemfile
- ruby: 'jruby-head'
gemfile: gemfiles/trilogy/master.gemfile
include:
# jruby with rails 7.1 and 7.2 is still under development with jruby
- ruby: jruby-9.4
gemfile: gemfiles/mysql2/7-1.gemfile
- ruby: jruby-9.4
gemfile: gemfiles/postgresql/7-1.gemfile
- ruby: jruby-9.4
gemfile: gemfiles/sqlite3/7-1.gemfile
- ruby: jruby-9.4
gemfile: gemfiles/mysql2/7-2.gemfile
- ruby: jruby-9.4
gemfile: gemfiles/postgresql/7-2.gemfile
- ruby: jruby-9.4
gemfile: gemfiles/sqlite3/7-2.gemfile
continue-on-error: true
services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3', 'jruby-9.4']
ruby: ['3.1', '3.2', '3.3']
gemfile:
- gemfiles/mysql2/7-1.gemfile
- gemfiles/postgresql/7-1.gemfile
Expand Down

0 comments on commit cc8c21c

Please sign in to comment.