Skip to content

Commit

Permalink
github actions - julia 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Sep 7, 2023
1 parent 51d5046 commit 985b88b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.8.3]
julia-version: [1.9.3]
julia-arch: [x64]
os: [ubuntu-latest]
include:
- julia-version: nightly
os: ubuntu-latest
- julia-version: 1.8.5
os: ubuntu-latest
- julia-version: 1.7.3
os: ubuntu-latest
- julia-version: 1.6.7
Expand Down

0 comments on commit 985b88b

Please sign in to comment.