Skip to content

Commit 68695ef

Browse files
authored
Merge pull request #80 from runwaylab/ruby-updates
update ruby version
2 parents 47f8158 + ec0b86d commit 68695ef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
test:
1616
name: test
1717
runs-on: ubuntu-latest
18+
strategy:
19+
matrix:
20+
ruby: [ '3.1.2', '3.1.4', '3.2.2', '3.2.3', '3.3.0', '3.3.1', '3.4.0', '3.4.2', '3.4.4', '3.4.5' ]
1821

1922
steps:
2023
- name: checkout
@@ -25,6 +28,7 @@ jobs:
2528
- uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # [email protected]
2629
with:
2730
bundler-cache: false
31+
ruby-version: ${{ matrix.ruby }}
2832

2933
- name: bootstrap
3034
run: script/bootstrap

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.3
1+
3.4.5

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ DEPENDENCIES
204204
webmock (~> 3.25)
205205

206206
BUNDLED WITH
207-
2.5.3
207+
2.6.5

0 commit comments

Comments
 (0)