Skip to content

Commit

Permalink
WIP: check CI on Julia v1.11 pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Apr 15, 2024
1 parent b1a84a6 commit a54a3e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.9'
version: '~1.11.0-0'
show-versioninfo: true
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-latest
version:
- '1.9'
- '~1.11.0-0'
arch:
- x64
steps:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
# - '~1.9.0-0' # including development versions
- '~1.11.0-0'
# - '~1.XX.0-0' # including development versions
# - 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -85,23 +85,23 @@ jobs:
os: ubuntu-latest
arch: x64
trixi_test: threaded_legacy
- version: '1.9'
- version: '~1.11.0-0'
os: macOS-latest
arch: x64
trixi_test: mpi
- version: '1.9'
- version: '~1.11.0-0'
os: macOS-latest
arch: x64
trixi_test: threaded
- version: '1.9'
- version: '~1.11.0-0'
os: windows-latest
arch: x64
trixi_test: mpi
- version: '1.9'
- version: '~1.11.0-0'
os: windows-latest
arch: x64
trixi_test: threaded
- version: '1.9'
- version: '~1.11.0-0'
os: macos-14
arch: arm64
trixi_test: threaded
Expand Down

0 comments on commit a54a3e5

Please sign in to comment.