diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 564639895..3bb101591 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,8 +20,8 @@ jobs: matrix: version: - '1.8' - - '1.9' - - '^1.10.0-0' + - '1.10' + - '^1.11.0-0' os: - ubuntu-latest - macOS-latest @@ -43,7 +43,7 @@ jobs: arch: x64 experimental: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }}