Skip to content

Commit

Permalink
Use truffleruby head
Browse files Browse the repository at this point in the history
Since the latest release apparently doesn't work.
  • Loading branch information
RobinDaugherty committed Nov 4, 2020
1 parent 0b18732 commit a8a2244
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
test:

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
Expand All @@ -22,7 +20,7 @@ jobs:
- 2.6
- 2.7
# - ruby-head
- truffleruby
- truffleruby-head
gemfile:
# These are located in the gemfiles/ folder
- rails42
Expand Down Expand Up @@ -73,14 +71,15 @@ jobs:
# - { ruby: ruby-head, gemfile: rails42 }
# - { ruby: ruby-head, gemfile: rails42_boc }
# - { ruby: ruby-head, gemfile: rails42_haml }
- { ruby: truffleruby, gemfile: rails42_boc }
- { ruby: truffleruby, gemfile: rails50_boc }
- { ruby: truffleruby, gemfile: rails51_boc }
- { ruby: truffleruby, gemfile: rails52_boc }
- { ruby: truffleruby, gemfile: rails60_boc }
- { ruby: truffleruby, gemfile: rack_boc }
- { ruby: truffleruby-head, gemfile: rails42_boc }
- { ruby: truffleruby-head, gemfile: rails50_boc }
- { ruby: truffleruby-head, gemfile: rails51_boc }
- { ruby: truffleruby-head, gemfile: rails52_boc }
- { ruby: truffleruby-head, gemfile: rails60_boc }
- { ruby: truffleruby-head, gemfile: rack_boc }

steps:

- uses: actions/checkout@v2

- name: Set up Ruby
Expand Down

0 comments on commit a8a2244

Please sign in to comment.