Skip to content

Commit

Permalink
remove eol ruby and rails versions (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fivell authored Nov 12, 2024
1 parent ac5cdb4 commit 047b281
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,16 @@ jobs:
strategy:
matrix:
ruby-version:
- 2.7
- '3.0'
- 3.1
- 3.2
- 3.3
rails:
- '6.1.5'
- '7.0.2.3'
- '7.1.0'
- '7.2.0'
- '8.0.0'
exclude:
- ruby-version: 2.7
rails:
- '7.2.0'
- '8.0.0'
- ruby-version: '3.0'
rails:
- '7.2.0'
- '8.0.0'
- ruby-version: 3.1
rails:
- '8.0.0'
rails: '8.0.0'
env:
RAILS_VERSION: ${{ matrix.rails }}
steps:
Expand Down

0 comments on commit 047b281

Please sign in to comment.