Skip to content

Commit

Permalink
Update CI for julia 1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Oct 10, 2024
1 parent 3499e74 commit aa27c0c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ concurrency:

jobs:
test:
name: Test Julia ${{ matrix.julia-version }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
julia-version:
- '1.11-nightly'
# - '1.12-nightly'
- '1.11'
- '1.10'
- '1.9'
- '1.8'
Expand All @@ -41,20 +44,19 @@ jobs:
julia-version: '1'
- os: windows-latest
julia-version: '1.0'
- os: windows-latest
julia-version: '1.11-nightly'
# - os: windows-latest
# julia-version: '1.12-nightly'
- os: windows-latest
julia-version: 'nightly'
- os: macOS-latest
julia-version: '1'
- os: macOS-latest
julia-version: '1.0'
- os: macOS-latest
julia-version: '1.11-nightly'
# - os: macOS-latest
# julia-version: '1.12-nightly'
- os: macOS-latest
julia-version: 'nightly'
fail-fast: false
name: Test Julia ${{ matrix.julia-version }} ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Setup julia
Expand Down

0 comments on commit aa27c0c

Please sign in to comment.