Skip to content

Commit fd3041d

Browse files
add Ruby 3.1 and 3.2 to the CI matrix
1 parent 6f0d136 commit fd3041d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0']
17+
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
1818
rubocop: ['0.63.1', '0.81.0', '0.84.0', '0.85.0', '0.86.0', '0.87.0', '< 1.0', '1.0.0', '1.29.1', '1.30.0', '1.38.0', '< 2.0']
1919
include:
2020
- ruby: '2.3'
@@ -36,7 +36,7 @@ jobs:
3636
rubocop: '1.38.0'
3737
fail-fast: false
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
- name: use specific rubocop version
4141
run: echo "gem 'rubocop', '${{ matrix.rubocop }}'" > Gemfile.local
4242
- name: use specific rubocop-ast version (if required)

0 commit comments

Comments
 (0)