Skip to content

Commit

Permalink
Remove ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmortlock committed Jan 10, 2022
1 parent fc0ed33 commit b5bcbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
gemfile: [rails60, rails61, rails70]
ruby: ["2.6", "2.7", "3.0", "3.1"]
ruby: ["2.7", "3.0", "3.1"]
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit b5bcbcb

Please sign in to comment.