Skip to content

Commit 7bacda1

Browse files
committed
CI: Test on Ruby 3.0 instead of 2.x
Ruby 2.x is very old, and newer bundlers don't work with it.
1 parent 27a7557 commit 7bacda1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ jobs:
77
fail-fast: false
88
matrix:
99
include:
10-
- ruby: 2.5
10+
- ruby: 3.0
1111
gemfile: "gemfiles/Gemfile.rails-6.1-sprockets-3"
12-
- ruby: 2.5
12+
- ruby: 3.0
1313
gemfile: "gemfiles/Gemfile.rails-6.1-sprockets-4"
1414

15-
- ruby: 2.7
15+
- ruby: 3.0
1616
gemfile: "gemfiles/Gemfile.rails-7.0-sprockets-3"
17-
- ruby: 2.7
17+
- ruby: 3.0
1818
gemfile: "gemfiles/Gemfile.rails-7.0-sprockets-4"
1919

20-
- ruby: 2.7
20+
- ruby: 3.0
2121
gemfile: "gemfiles/Gemfile.rails-7.1-sprockets-3"
22-
- ruby: 2.7
22+
- ruby: 3.0
2323
gemfile: "gemfiles/Gemfile.rails-7.1-sprockets-4"
2424

2525
- ruby: 3.1

0 commit comments

Comments
 (0)