Skip to content

Commit 8583080

Browse files
committed
ignore rails 4.2 and ruby 2.7, remove ruby 2.4
1 parent 2a80731 commit 8583080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- 2.7
2121
- 2.6
2222
- 2.5
23-
- 2.4
2423
- jruby-9.2.17.0
2524
gemfile:
2625
- Gemfile-4-2-stable
@@ -33,6 +32,8 @@ jobs:
3332
- Gemfile-6-1-sprockets-3
3433
- Gemfile-6-1-sprockets-4
3534
exclude:
35+
- gemfile: Gemfile-4-2-stable
36+
ruby: 2.7
3637
- gemfile: Gemfile-4-2-stable
3738
ruby: 3.0
3839
- gemfile: Gemfile-5-0-stable

0 commit comments

Comments
 (0)