Skip to content

Commit

Permalink
Test on LTS and pre-release candidate (#52)
Browse files Browse the repository at this point in the history
* test on `pre` (currently 1.11.0-rc) and `lts` instead of 1.6
  • Loading branch information
greimel authored Sep 18, 2024
1 parent d051f1c commit d7a1c5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
# Without setting this, a failing test cancels all others
fail-fast: false
matrix:
julia-version: ["1.6", "1", "~1.10.0-0"]
julia-version: ["lts", "1", "pre"]
os: [ubuntu-latest]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

# Makes the `julia` command available
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2

# 🚗
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit d7a1c5c

Please sign in to comment.