Skip to content

Commit

Permalink
ci.yml: fix version name 1.11-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel authored Aug 14, 2024
1 parent 9391489 commit 51e1fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
continue-on-error: ${{ matrix.os == 'nightly' || matrix.os == '1.11' }}
continue-on-error: ${{ matrix.os == 'nightly' || matrix.os == '1.11-beta' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
- '1.11'
- '1.11-beta'
- 'nightly'
os:
- ubuntu-latest
Expand Down

0 comments on commit 51e1fa5

Please sign in to comment.