Skip to content

Commit

Permalink
Remove versions with frozen string error
Browse files Browse the repository at this point in the history
These are failing due to frozen string errors. Other builds are not running so we'll remove this for now and add back once we can stabilize CI.
  • Loading branch information
javierjulio committed Feb 4, 2023
1 parent 6e2475f commit 341ad56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
ruby-version: ['2.7', '3.0', '3.1', 'ruby', 'jruby']
railties-version: ['6.1', '7.0']
ruby-version: ['2.7', '3.0', '3.1', 'jruby']
railties-version: ['6.1']
exclude:
- os: windows-latest
ruby-version: jruby
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
ruby-version: ['2.7', '3.0', '3.1', 'ruby', 'jruby']
ruby-version: ['2.7', '3.0', '3.1', 'jruby']
submodule:
- vendor/github.com/sass/sassc-rails
- vendor/github.com/twbs/bootstrap
Expand Down

0 comments on commit 341ad56

Please sign in to comment.