Skip to content

Commit

Permalink
Modernise legacy ruby setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 23, 2024
1 parent 0020fd3 commit d25c18f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,19 @@ jobs:
legacy:
name: Legacy Ruby Builds (${{ matrix.container.version }})
runs-on: ubuntu-20.04
container: ${{ matrix.container.tag }}
container:
image: ${{ matrix.container.tag }}
options: ${{ matrix.container.options || '--add-host github-complains-if-this-is-empty.com:127.0.0.1' }}
strategy:
fail-fast: false
matrix:
container:
- version: "2.0"
tag: rspec/ci:2.0.0
tag: ghcr.io/rspec/docker-ci:2.0.0
- version: "1.9.3"
tag: rspec/ci:1.9.3
tag: ghcr.io/rspec/docker-ci:1.9.3
- version: "JRuby 1.7"
tag: rspec/ci:jruby-1.7
tag: ghcr.io/rspec/docker-ci:jruby-1.7
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
LEGACY_CI: true
Expand Down

0 comments on commit d25c18f

Please sign in to comment.