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
- Also, use actions/checkout@v4

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 8c97b08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ 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
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 8c97b08

Please sign in to comment.