Skip to content

Commit

Permalink
CI: experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 7, 2023
1 parent 8a854fc commit 256f4bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
version:
- '1.6' # latest LTS
- '1'
- '~1.10.0-0' # upcoming julia version, next `rc`
experimental: [false]
os: [ubuntu-latest]
arch: [x64]
include: # spare windows/macos CI credits
Expand All @@ -31,8 +33,8 @@ jobs:
arch: x64
- os: ubuntu-latest
version: 'nightly'
experimental: true
arch: x64
allow_failure: true # `nightly` often breaks

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

0 comments on commit 256f4bc

Please sign in to comment.