Skip to content

Commit

Permalink
Configure CI to test on latest stable Julia version
Browse files Browse the repository at this point in the history
Additionally: bump GitHub checkout action to latest version
to address warnings regarding Node 16 use in the v3 version
of the action.
  • Loading branch information
ReubenJ committed Mar 15, 2024
1 parent 5d2d1a4 commit d0f61ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
matrix:
version:
- '1.8'
- '1'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit d0f61ea

Please sign in to comment.