From e139298f37de1ce7709d5b0f3c52ec8ad9eb8179 Mon Sep 17 00:00:00 2001 From: hayesall Date: Mon, 9 Aug 2021 17:02:31 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Minimum=201.5=20for=20`@NamedTup?= =?UTF-8?q?le`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/package-tests.yml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-tests.yml b/.github/workflows/package-tests.yml index 4749d11..696745b 100644 --- a/.github/workflows/package-tests.yml +++ b/.github/workflows/package-tests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: ['1.3', '1', 'nightly'] + julia-version: ['1.5', '1', 'nightly'] julia-arch: [x64, x86] os: [ubuntu-latest, windows-latest, macOS-latest] exclude: diff --git a/Project.toml b/Project.toml index a3fac5f..f8d4f84 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,6 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] -julia = "1.3" +julia = "1.5" HTTP = "^0.9.0" ZipFile = "^0.9.3"