We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a7557 commit 7bacda1Copy full SHA for 7bacda1
.github/workflows/ci.yml
@@ -7,19 +7,19 @@ jobs:
7
fail-fast: false
8
matrix:
9
include:
10
- - ruby: 2.5
+ - ruby: 3.0
11
gemfile: "gemfiles/Gemfile.rails-6.1-sprockets-3"
12
13
gemfile: "gemfiles/Gemfile.rails-6.1-sprockets-4"
14
15
- - ruby: 2.7
16
gemfile: "gemfiles/Gemfile.rails-7.0-sprockets-3"
17
18
gemfile: "gemfiles/Gemfile.rails-7.0-sprockets-4"
19
20
21
gemfile: "gemfiles/Gemfile.rails-7.1-sprockets-3"
22
23
gemfile: "gemfiles/Gemfile.rails-7.1-sprockets-4"
24
25
- ruby: 3.1
0 commit comments