File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,20 @@ jobs:
1818 - Arrow.jl
1919 - ArrowTypes.jl
2020 version :
21+ - ' 1.0'
2122 - ' 1.3'
2223 - ' 1' # automatically expands to the latest stable 1.x release of Julia
2324 - ' nightly'
2425 os :
2526 - ubuntu-latest
2627 arch :
2728 - x64
29+ exclude :
30+ # Test Arrow.jl/ArrowTypes.jl on their oldest supported Julia versions
31+ - pkg : Arrow.jl
32+ version : ' 1.0'
33+ - pkg : ArrowTypes.jl
34+ version : ' 1.3'
2835 steps :
2936 - uses : actions/checkout@v2
3037 - uses : julia-actions/setup-julia@v1
4148 ${{ runner.os }}-test-${{ env.cache-name }}-
4249 ${{ runner.os }}-test-
4350 ${{ runner.os }}-
44- - uses : julia-actions/julia-buildpkg@v1
51+ - uses : julia-actions/julia-buildpkg@v1.2
52+ with :
53+ project : .github/pkgs/${{ matrix.pkg }}
4554 - uses : julia-actions/julia-runtest@v1
4655 with :
4756 project : .github/pkgs/${{ matrix.pkg }}
Original file line number Diff line number Diff line change 11name = " ArrowTypes"
22uuid = " 31f734f8-188a-4ce0-8406-c8a06bd891cd"
33authors = [" quinnj <quinn.jacobd@gmail.com>" ]
4- version = " 1.1 .0"
4+ version = " 1.2 .0"
55
66[deps ]
77UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
88
99[compat ]
10- julia = " 1.3 "
10+ julia = " 1.0 "
1111
1212[extras ]
1313Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
You can’t perform that action at this time.
0 commit comments