Skip to content

Commit 7787e4b

Browse files
committed
bump ruby version to 3.3.1 (latest)
1 parent d88fdf7 commit 7787e4b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: runner / acceptance-tests
5858
strategy:
5959
matrix:
60-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
60+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
6161

6262
steps:
6363
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # [email protected]

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
18+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
1919

2020
steps:
2121
- name: checkout

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
18+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
1919

2020
steps:
2121
- name: checkout

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inherit_gem:
55
AllCops:
66
SuggestExtensions: false
77
DisplayCopNames: true
8-
TargetRubyVersion: 3.3.0
8+
TargetRubyVersion: 3.3.1
99
Exclude:
1010
- 'bin/*'
1111
- 'vendor/**/*'

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1

0 commit comments

Comments
 (0)