Skip to content

Commit

Permalink
Update rspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros authored Aug 14, 2024
1 parent 3f4ee33 commit dc23611
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:

strategy:
matrix:
ruby: [3.1.6, 3.2.5, 3.3.4]
ruby: [3.1, 3.2, 3.3]
gemfile:
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_7.1.gemfile
- gemfiles/rails_7.2.gemfile
- gemfiles/rails_edge.gemfile

- rails_7.0
- rails_7.1
- rails_7.2
- rails_edge
env:
RAILS_ENV: test
DISPLAY: ":99.0"
Expand All @@ -32,9 +31,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Install dependencies
run: bundle install --gemfile ${{ matrix.gemfile }}
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails }}.gemfile

- name: Set up PhantomJS
run: |
Expand All @@ -45,3 +43,5 @@ jobs:
- name: Run tests
run: bundle exec rspec
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails }}.gemfile

0 comments on commit dc23611

Please sign in to comment.