Skip to content

Commit e74a2ed

Browse files
committed
Remove Rails 5 from integration tests
We are dropping integration test for Rails 5 as it becomes more effort to support them than there is value in having it.
1 parent 79f1804 commit e74a2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rails-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- id: compute-outputs
1818
name: Compute outputs
1919
run: |
20-
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)
20+
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)
2121
echo "RAILS_VERSIONS=$rails_versions" >> $GITHUB_OUTPUT
2222
build-rails:
2323
strategy:

0 commit comments

Comments
 (0)