Skip to content

Commit 4d4bd68

Browse files
committed
Config CI
1 parent 2a6cac9 commit 4d4bd68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.6.6
17+
ruby-version: 3.1
1818
- name: Build, Lint, and Test
1919
run: |
20-
gem install bundler -v 2.2.15
20+
gem install bundler -v 2.3.19
2121
bundle install
2222
bundle exec rake

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.4
2+
TargetRubyVersion: 3.1
33

44
Layout/LineLength:
55
Max: 120

0 commit comments

Comments
 (0)