Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 12, 2024
1 parent e1655d4 commit 54f7ded
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
channel: ['stable']
os: ['ubuntu-latest']

Expand All @@ -32,12 +32,18 @@ jobs:
- ruby-version: '2.2'
channel: 'stable'
os: 'ubuntu-20.04'
- ruby-version: '2.3'
channel: 'stable'
os: 'ubuntu-20.04'
- ruby-version: '2.4'
channel: 'stable'
os: 'ubuntu-20.04'

- ruby-version: 'head'
channel: 'experimental'
os: 'ubuntu-latest'

continue-on-error: ${{ matrix.channel != 'stable' }}
continue-on-error: true # ${{ matrix.channel != 'stable' }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 54f7ded

Please sign in to comment.