Skip to content

Commit

Permalink
Merge pull request #193 from Julia-Tempering/bump-julia-in-ci
Browse files Browse the repository at this point in the history
bump julia versions in CI.yml
  • Loading branch information
miguelbiron authored Dec 28, 2023
2 parents cf70edb + f37fb59 commit 484c9d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
- macos-latest
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
version:
- '1.8'
- '1.9'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
os:
- macos-latest
mpi:
Expand All @@ -121,7 +121,7 @@ jobs:
env:
MPI: ${{ matrix.mpi }}

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down Expand Up @@ -153,13 +153,13 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- uses: julia-actions/setup-julia@v1
with:
version: '1.8'
version: '1.9'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit 484c9d1

Please sign in to comment.