Skip to content

Commit e1d092b

Browse files
committed
Test with ruby 3.2
1 parent 4854d6b commit e1d092b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['3.0', '3.1', '3.2']
18+
ruby-version: ['3.2']
1919
fail-fast: false
2020
max-parallel: 4
2121

@@ -26,13 +26,13 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v3
29-
29+
3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1
3232
with:
3333
ruby-version: ${{ matrix.ruby-version }}
3434
bundler-cache: true
35-
35+
3636
- name: Add platform to bundle
3737
run: |
3838
bundle lock --add-platform x86_64-linux
@@ -53,9 +53,9 @@ jobs:
5353
key: ${{ runner.os }}-rubocop-${{ hashFiles('**/.rubocop.yml') }}
5454
restore-keys: |
5555
${{ runner.os }}-rubocop-
56-
56+
5757
- name: Run tests
5858
run: bundle exec rspec --format progress
59-
59+
6060
- name: Run rubocop
61-
run: bundle exec rubocop --parallel --format github
61+
run: bundle exec rubocop --parallel --format github

0 commit comments

Comments
 (0)