Skip to content

Commit

Permalink
Drop Ruby 2.7 support, it had EOL on 2023-03-31
Browse files Browse the repository at this point in the history
  • Loading branch information
adomokos committed Nov 30, 2023
1 parent 1038316 commit 6058051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
ruby: [2.7, '3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2']
gemfile: [activesupport_5, activesupport_6, activesupport_7]
exclude:
- ruby: '3.2'
Expand Down

0 comments on commit 6058051

Please sign in to comment.