Skip to content

Commit

Permalink
test CI on Julia v1.11 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Jun 27, 2024
1 parent 114c35c commit d366488
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '~1.11.0-0'
show-versioninfo: true
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '~1.11.0-0'
# - '~1.10.0-0' # including development versions
# - 'nightly'
os:
Expand Down Expand Up @@ -90,18 +90,22 @@ jobs:
arch: x64
trixi_test: threaded_legacy
- version: '1.10'
os: ubuntu-latest
arch: x64
trixi_test: threaded_legacy
- version: '~1.11.0-0'
os: macos-13
arch: x64
trixi_test: mpi
- version: '1.10'
- version: '~1.11.0-0'
os: macos-latest
arch: aarch64
trixi_test: threaded
- version: '1.10'
- version: '~1.11.0-0'
os: windows-latest
arch: x64
trixi_test: mpi
- version: '1.10'
- version: '~1.11.0-0'
os: windows-latest
arch: x64
trixi_test: threaded
Expand Down

0 comments on commit d366488

Please sign in to comment.