Skip to content

Commit

Permalink
use 2.7 as primary Ruby in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 5, 2023
1 parent 31f2024 commit 34f0650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ruby: ['2.4', '3.2']
ruby: ['2.4', '2.7', '3.2']
exclude:
# remove entry to mark as primary
- os: ubuntu-latest
ruby: '3.2'
ruby: '2.7'
include:
- os: ubuntu-latest
ruby: '3.2'
ruby: '2.7'
primary: primary
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 34f0650

Please sign in to comment.