Skip to content

Commit 7475411

Browse files
author
Aleksandr Balakirev
committed
exclude rubies <= 3.2 for rails 8
1 parent a943172 commit 7475411

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
ruby: jruby-9.3
4848
sprockets: 4
4949
exclude:
50+
- rails: 8.0.0
51+
ruby: 3.1
52+
- rails: 8.0.0
53+
ruby: 3.0.6
54+
- rails: 8.0.0
55+
ruby: jruby-9.4
5056
- rails: 7.2.0
5157
ruby: 3.0.6
5258

0 commit comments

Comments
 (0)