Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
- Ruby 2.7 is EOL
- Ruby 3.2 is now the latest version
- Ruby 3.3 preview for compatibility
- Rails 7.1 is now the latest version

https://www.ruby-lang.org/en/downloads/branches/
https://guides.rubyonrails.org/maintenance_policy.html
  • Loading branch information
sikachu committed Oct 15, 2023
1 parent 7a08ec3 commit 71266a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
rails:
- 6.1.0
- 7.0.0
- 7.1.0
env:
RAILS_VERSION: "~> ${{ matrix.rails }}"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 71266a8

Please sign in to comment.