Skip to content

Commit

Permalink
test-out-experimental-with-non-existing-ruby-3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Jun 5, 2023
1 parent cb04a4d commit 12600b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
experimental:
- false
ruby:
- 3.1
- '3.0'
Expand All @@ -30,6 +33,12 @@ jobs:
- '~> 6.1.0'
- '~> 7.0.0'
- 'edge'
include:
- ruby: 3.2
experimental: true
#os: ubuntu-latest
#arch: x64

exclude:
# Rails edge is now 7.x and requires ruby 2.7
- rails: 'edge'
Expand Down

0 comments on commit 12600b8

Please sign in to comment.