Skip to content

Commit 8009154

Browse files
committed
Update CI workflow
1 parent 40238b1 commit 8009154

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,12 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
ruby-version:
12-
- 2.6
13-
- 2.7
14-
- 3.0.0
15-
- 3.1
12+
- 3.3
1613
gemfile:
17-
- rails5_2.gemfile
18-
- rails6_0.gemfile
19-
- rails6_1.gemfile
2014
- rails7_0.gemfile
21-
exclude:
22-
- ruby-version: 2.6
23-
gemfile: rails7_0.gemfile
24-
- ruby-version: 3.0.0
25-
gemfile: rails5_2.gemfile
26-
- ruby-version: 3.1
27-
gemfile: rails5_2.gemfile
15+
# exclude:
16+
# - ruby-version: 2.6
17+
# gemfile: rails7_0.gemfile
2818
steps:
2919
- name: Checkout repository
3020
uses: actions/checkout@v2
@@ -50,7 +40,7 @@ jobs:
5040
- name: Install Ruby
5141
uses: ruby/setup-ruby@v1
5242
with:
53-
ruby-version: 3.0.0
43+
ruby-version: 3.3.7
5444
bundler-cache: true
5545

5646
- name: Install required gems

0 commit comments

Comments
 (0)