Skip to content

Commit 46a2b4a

Browse files
eduardojhennevogel
authored andcommitted
Don't test Ruby 3.0. Test Ruby 3.1
1 parent b1d5833 commit 46a2b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 3.0
16+
ruby-version: 3.1
1717
bundler-cache: true
1818
- run: bundle exec rake rubocop

.github/workflows/spec.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: [ '3.0', '3.1', '3.2', 'head' ]
14+
ruby: [ '3.1', '3.2', 'head' ]
1515
rails: [ 'gemfiles/Gemfile.rails-6.1.x', 'gemfiles/Gemfile.rails-7.0.x', 'gemfiles/Gemfile.rails-7.1.x']
1616
exclude: []
1717
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}

0 commit comments

Comments
 (0)