Skip to content

Commit

Permalink
Remove Rails 5 from integration tests
Browse files Browse the repository at this point in the history
We are dropping integration test for Rails 5 as it becomes more effort
to support them than there is value in having it.
  • Loading branch information
mec committed Aug 16, 2024
1 parent 79f1804 commit e74a2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rails-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- id: compute-outputs
name: Compute outputs
run: |
rails_versions=$(curl https://rubygems.org/api/v1/versions/rails.json | jq '[.[] | select(.number | test("beta") | not)] | group_by(.number[:1])[] | (.[0].number) | select(.[:1]|tonumber > 4)' | jq -s -c)
rails_versions=$(curl https://rubygems.org/api/v1/versions/rails.json | jq '[.[] | select(.number | test("beta") | not)] | group_by(.number[:1])[] | (.[0].number) | select(.[:1]|tonumber > 5)' | jq -s -c)
echo "RAILS_VERSIONS=$rails_versions" >> $GITHUB_OUTPUT
build-rails:
strategy:
Expand Down

0 comments on commit e74a2ed

Please sign in to comment.