Skip to content

Commit 3626b63

Browse files
committed
Add 3.3 and 3.4, remove 2.6, stop updating rubygems.
1 parent 82c4568 commit 3626b63

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ruby-version: ['3.2', '3.1', '3.0', '2.7', '2.6']
19+
ruby-version: ['3.4, '3.3', '3.2', '3.1', '3.0', '2.7']
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -25,10 +25,8 @@ jobs:
2525
with:
2626
ruby-version: ${{matrix.ruby-version}}
2727
bundler-cache: true
28-
- name: Updating RubyGems
29-
run: gem update --system
3028
- name: Install dependencies
31-
run: bundle install
29+
run: bundle install --quiet
3230
- name: Rubocop
3331
run: bundle exec rubocop -D
3432
- name: Rspec

0 commit comments

Comments
 (0)