Skip to content

Commit

Permalink
Remove edge, noise.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 19, 2024
1 parent 2622112 commit 447aac6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ jobs:
RAILS_ENV: test
DATABASE_URL: postgres://test:[email protected]:5432/grape_on_rails_test
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile.file }}.gemfile
continue-on-error: ${{ matrix.gemfile.experimental }}
strategy:
fail-fast: false
matrix:
gemfile:
- { ruby: '2.7', file: rails_6, experimental: false }
- { ruby: '3.0', file: rails_6_1, experimental: false }
- { ruby: '3.1', file: rails_7, experimental: false }
- { ruby: '3.2', file: rails_7, experimental: false }
- { ruby: '3.2' ,file: rails_edge, experimental: true }
- { ruby: '2.7', file: rails_6 }
- { ruby: '3.0', file: rails_6_1 }
- { ruby: '3.1', file: rails_7 }
- { ruby: '3.2', file: rails_7 }
# - { ruby: '3.2' ,file: rails_edge }
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 447aac6

Please sign in to comment.