Skip to content

Commit 997c2c5

Browse files
committed
📌 Minimum Julia 1.3 version
1 parent 6c8b542 commit 997c2c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99

1010
jobs:
1111
test:
12-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.julia-arch }} - ${{ github.event_name }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
julia-version: ['1.0', '1', 'nightly']
17+
julia-version: ['1.3', '1', 'nightly']
1818
julia-arch: [x64, x86]
1919
os: [ubuntu-latest, windows-latest, macOS-latest]
2020
exclude:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
99
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
1010

1111
[compat]
12-
julia = "1.0"
12+
julia = "1.3"
1313
HTTP = "^0.9.0"
1414
ZipFile = "^0.9.3"

0 commit comments

Comments
 (0)