Skip to content

Commit

Permalink
use GA friendly ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuwukee committed Sep 18, 2024
1 parent 5003e40 commit 733855b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3']
rails: ['6.0', '6.1', '7.0']
exclude:
- ruby: '3.1'
rails: '6.0'
- ruby: '3.2'
rails: '6.0'
- ruby: '3.3'
rails: '6.0'
ruby: ['3.3']
rails: ['6.1', '7.0']
# exclude:
# - ruby: '3.1'
# rails: '6.0'

name: Ruby ${{ matrix.ruby }} Rails ${{ matrix.rails }} run

Expand Down

0 comments on commit 733855b

Please sign in to comment.