Skip to content

Commit c2a1d03

Browse files
authored
Comment out rails-egde usage in the test matrix (shakacode#232)
The line is commented out to avoid CI break for upcomming changes. Yet it might be good to uncomment it to check the compatibility with the upcoming Rails version before any release. Signed-off-by: Mostafa Ahangarha <[email protected]>
1 parent 7bcfeb0 commit c2a1d03

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- gemfiles/Gemfile-rails.6.0.x
1616
- gemfiles/Gemfile-rails.6.1.x
1717
- gemfiles/Gemfile-rails.7.0.x
18-
- gemfiles/Gemfile-rails-edge
18+
# Uncomment the following line only to ensure compatibility with the
19+
# upcomming Rails versions, maybe before a release.
20+
#- gemfiles/Gemfile-rails-edge
1921
exclude:
2022
- ruby: 2.6
2123
os: ubuntu-latest

0 commit comments

Comments
 (0)