Skip to content

Commit fe303f2

Browse files
bump test and release ruby version to 3.1.4
1 parent 9208072 commit fe303f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby: ["2.6", "2.7", "3.0", "3.1"]
10+
ruby: ["3.0", "3.1", "3.2", "3.3"]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Set up Ruby 2.6
14+
- name: Set up Ruby 3.1.4
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: "2.6"
17+
ruby-version: "3.1.4"
1818

1919
- name: Build
2020
run: |

0 commit comments

Comments
 (0)