Skip to content

Commit de04e1f

Browse files
authored
Merge pull request #177 from JuliaInterop/vs/ci
Try Julia 1.6 as min
2 parents b475796 + 2e40924 commit de04e1f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18+
- 'min'
1819
- 'lts'
1920
- '1'
2021
os:
@@ -36,7 +37,7 @@ jobs:
3637
- uses: actions/setup-java@v5
3738
with:
3839
distribution: 'zulu'
39-
java-version: '17'
40+
java-version: '21'
4041
- uses: julia-actions/setup-julia@v2
4142
with:
4243
version: ${{ matrix.version }}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WinReg = "1b915085-20d7-51cf-bf83-8f477d6f5128"
1111
[compat]
1212
DataStructures = "0.17, 0.18, 0.19"
1313
WinReg = "0.3.1, 1"
14-
julia = "1"
14+
julia = "1.6"
1515

1616
[extras]
1717
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

0 commit comments

Comments
 (0)