Skip to content

Commit

Permalink
fix: allow fail on head
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Dec 20, 2023
1 parent bdd91c1 commit ce52c6c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:

test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
ruby-version: ['3.1', '3.2', 'head']

ruby-version: ['3.1', '3.2']
experimental: [false]
include:
- version: 'head'
experimental: true
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit ce52c6c

Please sign in to comment.