Skip to content

Commit

Permalink
Move JRUby 9.1.17 to legacy setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 23, 2024
1 parent d25c18f commit 0fd24f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
- ruby: jruby-9.2.13.0
env:
JRUBY_OPTS: "--dev"
- ruby: jruby-9.1.17.0
bundler: 1
os: ubuntu-18.04
env:
JRUBY_OPTS: "--dev"
# Compatibility builds
- ruby: '3.2'
name_extra: "against RSpec 3.12"
Expand Down Expand Up @@ -123,6 +118,9 @@ jobs:
tag: ghcr.io/rspec/docker-ci:1.9.3
- version: "JRuby 1.7"
tag: ghcr.io/rspec/docker-ci:jruby-1.7
- version: "JRuby 9.1.17.0"
tag: ghcr.io/rspec/docker-ci:jruby-9.1.17.0
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
LEGACY_CI: true
Expand Down

0 comments on commit 0fd24f5

Please sign in to comment.