Skip to content

Commit

Permalink
Commit to ruby@2.6 support
Browse files Browse the repository at this point in the history
Closes [hotwired#681][]

First, remove `ruby@3.0` syntax including `...` arguments and end-less
method definitions.

Next, add `ruby@2.6` and `ruby@2.7` to the CI matrix along with
`rails@7.1`.

[hotwired#681]: hotwired#681
  • Loading branch information
seanpdoyle committed Oct 30, 2024
1 parent 6351d2f commit 1c17a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Run Bug Template Tests
run: ruby bug_report_template.rb || ruby bug_report_template.rb
continue-on-error: ${{ startsWith(matrix.ruby, '2') || false }}
continue-on-error: ${{ startsWith(matrix.ruby, "2") || false }}

- name: Run tests
id: test
Expand Down

0 comments on commit 1c17a9f

Please sign in to comment.