From c29160eb6666d39fc8fcd86b5ac9b29e9f4f4b87 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sat, 16 Apr 2022 09:00:43 -0500 Subject: [PATCH] GitHub Actions: Add Julia 1.7, remove 1.4 and 1.5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ee6045..a217247 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: ['1.4', '1.5', '1.6'] + julia-version: ['1.6', '1.7'] julia-arch: [x64] os: [ubuntu-latest, windows-latest, macOS-latest] exclude: