We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0bd61 commit 1838f8aCopy full SHA for 1838f8a
.github/workflows/CompatHelper.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: julia-actions/setup-julia@latest
12
with:
13
- version: 1.3
+ version: 1.6
14
- name: Pkg.add("CompatHelper")
15
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
16
- name: CompatHelper.main()
.github/workflows/UnitTest.yml
@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
- julia_version: ["1.3", "1", "nightly"]
+ julia_version: ["1.4", "1", "nightly"]
17
18
runs-on: ${{ matrix.os }}
19
env:
0 commit comments