diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f312c7b..bc94ae5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: - '1.6' # longterm support steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: x64 diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 0918161..8ad0284 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -15,7 +15,7 @@ jobs: run: which julia continue-on-error: true - name: Install Julia, but only if it is not already available in the PATH - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@v2 with: version: '1' arch: ${{ runner.arch }} diff --git a/.gitignore b/.gitignore index 2981caa..42739b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +.vscode/settings.json # Files generated by invoking Julia with --code-coverage *.jl.cov diff --git a/Project.toml b/Project.toml index 75277c9..43ae4be 100644 --- a/Project.toml +++ b/Project.toml @@ -8,11 +8,13 @@ GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f" GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f" [compat] +Aqua = "0.8" Extents = "0.1" GeoFormatTypes = "0.4" GeoInterface = "1" HTTP = "1.7" ImageMagick = "1.2" +Test = "<0.0.1,1" TileProviders = "0.1" julia = "1"