Skip to content

Commit

Permalink
[CI] Cleanup turbo_rails.yml (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jan 1, 2023
1 parent 23ecf8e commit aed2f9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/turbo-rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
fail-fast: false
matrix:
include:
- { os: ubuntu-20.04 , ruby: '3.1', rails-version: '6.1', abi: '3.1.0' }
- { os: ubuntu-20.04 , ruby: '3.1', rails-version: '7.0', abi: '3.1.0' }
- { os: ubuntu-20.04 , ruby: '3.2', rails-version: '7.0', abi: '3.2.0' }
- { os: ubuntu-22.04 , ruby: head , rails-version: '7.0', abi: '3.2.0+3' }
- { os: ubuntu-20.04 , ruby: '3.1', rails-version: '6.1' }
- { os: ubuntu-20.04 , ruby: '3.1', rails-version: '7.0' }
- { os: ubuntu-20.04 , ruby: '3.2', rails-version: '7.0' }
- { os: ubuntu-22.04 , ruby: head , rails-version: '7.0' }
env:
CI: true
PUMA_NO_RUBOCOP: true
RAILS_VERSION: "${{ matrix.rails-version }}"
RUBY_ABI: ${{ matrix.abi }}
# below needs to be a recent released gem version, code below copies
# relevant Puma code into gem's install folder
PUMA_VERS: 6.0.0
Expand All @@ -60,6 +59,7 @@ jobs:
- name: turbo-rails bundle install
working-directory: ../../turbo-rails
run: |
RUBY_ABI=$(ruby -e 'STDOUT.write RbConfig::CONFIG["ruby_version"]')
# fix Puma version, copying files from repo lib later
SRC="gem 'puma'"
DST="gem 'puma', '$PUMA_VERS'"
Expand Down

0 comments on commit aed2f9a

Please sign in to comment.