diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 58690bf..57cfcae 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -24,12 +24,12 @@ jobs: - name: "Set up Julia" uses: julia-actions/setup-julia@latest with: - version: '1.9' + version: '1.10' - name: Restore cache uses: julia-actions/cache@v1 with: - cache-name: 'docs-1.9' + cache-name: 'docs-1.10' - name: "Dev Oscar.jl master" shell: julia --project=. --color=yes {0} diff --git a/.github/workflows/OscarTests.yml b/.github/workflows/OscarTests.yml index 40f74fe..8695982 100644 --- a/.github/workflows/OscarTests.yml +++ b/.github/workflows/OscarTests.yml @@ -26,8 +26,9 @@ jobs: - '1.6' - '1.8' - '1.9' - - '~1.10.0-0' - - 'nightly' + - '1.10' + - '1.11-nightly' + # - 'nightly' julia-arch: - x64 os: diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 4626e17..5e6145c 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -26,8 +26,9 @@ jobs: - '1.6' - '1.8' - '1.9' - - '~1.10.0-0' - - 'nightly' + - '1.10' + - '1.11-nightly' + # - 'nightly' julia-arch: - x64 os: