Skip to content

Commit 7e31597

Browse files
committed
split lint and test github action - fix
1 parent bfdd082 commit 7e31597

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: ruby/setup-ruby@v1
1212
with:
13+
ruby-version: '3.4'
1314
bundler-cache: true
1415
- run: bin/setup
1516
- run: bundle exec rubocop -DP
@@ -45,6 +46,7 @@ jobs:
4546
- uses: actions/checkout@v4
4647
- uses: ruby/setup-ruby@v1
4748
with:
49+
ruby-version: '3.4'
4850
bundler-cache: true
4951
- run: bin/setup
5052
- run: bundle exec rake integration_test

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4

0 commit comments

Comments
 (0)