From 42fb806c3c23cb2c7592902cade6ea8b7c0b919d Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Fri, 6 Sep 2024 20:17:27 -0400 Subject: [PATCH] Because of tests, pushing the latest version required to v1.9 --- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/ci.yml | 2 +- Project.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index f3f757c3..f382ee91 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: julia-actions/setup-julia@latest with: - version: 1.3 + version: 1.9 - name: Pkg.add("CompatHelper") run: julia -e 'using Pkg; Pkg.add("CompatHelper")' - name: CompatHelper.main() diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed53de92..198446cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. + - '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 8ee5824a..b08057b8 100644 --- a/Project.toml +++ b/Project.toml @@ -12,10 +12,10 @@ PolygonOps = "647866c9-e3ac-4575-94e7-e3d426903924" PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" [compat] -GeometryBasics = "0.3, 0.4" +GeometryBasics = "0.4" PolygonOps = "0.1" PrettyTables = "2" -julia = "^1.6" +julia = "^1.9" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"