Skip to content

Commit

Permalink
Update CI for julia 1.11 release (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Oct 10, 2024
1 parent ce55528 commit d0123ba
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 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
- os: macOS-13 # macOS-14 and later require julia >= 1.8
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 d0123ba

Please sign in to comment.