Skip to content

Commit

Permalink
Disable main ci until we can fix rubygems version weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspalmer committed Jan 7, 2023
1 parent 37e4fb0 commit f627987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [6.0.6, 6.1.7, 7.0.4, main]
rails_version: [6.0.6, 6.1.7, 7.0.4]
ruby_version: [2.6.10, 2.7.7, 3.0.5, 3.1.3]
exclude:
- rails_version: 6.0.6
Expand All @@ -36,8 +36,8 @@ jobs:
ruby_version: 2.5.9
- rails_version: 7.0.4
ruby_version: 2.6.10
- rails_version: main
ruby_version: 2.6.10
# - rails_version: main
# ruby_version: 2.6.10
steps:
- uses: actions/checkout@master
- name: Setup Ruby
Expand Down

0 comments on commit f627987

Please sign in to comment.