Skip to content

Commit

Permalink
fix: Drop Ruby 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Sep 9, 2023
1 parent caf2b53 commit f05a8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.7.2, '3.0.2', '3.1.4', '3.2.2']
ruby-version: ['3.0.2', '3.1.4', '3.2.2']
rails-version: ['6_0', '6_1', '7_0']
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile
Expand Down

0 comments on commit f05a8af

Please sign in to comment.