Skip to content

Commit

Permalink
chore: restore testing across rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 11, 2022
1 parent bbd724f commit 769a3c3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ jobs:
"3.1",
]
gemfile: [
"gemfiles/Gemfile-rails.6.0.x",
"gemfiles/Gemfile-rails.6.1.x",
"gemfiles/Gemfile-rails.7.0.x"
"Gemfile-rails.6.0.x",
"Gemfile-rails.6.1.x",
"Gemfile-rails.7.0.x"
]
experimental: [false]
include:
- ruby: "3.1"
os: ubuntu-latest
gemfile: gemfiles/Gemfile-rails-edge
gemfile: Gemfile-rails-edge
experimental: true

env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 769a3c3

Please sign in to comment.