Skip to content

Commit 1838f8a

Browse files
committed
dont test on 1.3
1 parent 7a0bd61 commit 1838f8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: julia-actions/setup-julia@latest
1212
with:
13-
version: 1.3
13+
version: 1.6
1414
- name: Pkg.add("CompatHelper")
1515
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1616
- name: CompatHelper.main()

.github/workflows/UnitTest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-latest, ubuntu-latest]
16-
julia_version: ["1.3", "1", "nightly"]
16+
julia_version: ["1.4", "1", "nightly"]
1717

1818
runs-on: ${{ matrix.os }}
1919
env:

0 commit comments

Comments
 (0)