Skip to content

Commit f24c456

Browse files
committed
Also test on Ruby 3.1
1 parent 5d999f6 commit f24c456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ["2.6", "2.7", "3.0"]
14+
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Ruby

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ["2.6", "2.7", "3.0"]
14+
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Ruby

0 commit comments

Comments
 (0)