Skip to content

Commit

Permalink
Remove truffleruby, add 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDaugherty committed Nov 4, 2020
1 parent 0b18732 commit e7e8edd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 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 @@ -21,8 +19,9 @@ jobs:
- 2.5
- 2.6
- 2.7
- 3.0
# - ruby-head
- truffleruby
# - truffleruby
gemfile:
# These are located in the gemfiles/ folder
- rails42
Expand Down Expand Up @@ -73,14 +72,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, 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 }

steps:

- uses: actions/checkout@v2

- name: Set up Ruby
Expand Down

0 comments on commit e7e8edd

Please sign in to comment.