diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62abb41..3482f01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -199,7 +199,7 @@ test:linux:bootstrap_script: script: - ./.gitlab/script/ghcup_bootstrap.sh variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" extends: - .debian @@ -211,7 +211,7 @@ test:linux:recommended: stage: test extends: .test_ghcup_version:linux variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" needs: [] @@ -219,7 +219,7 @@ test:linux:latest: stage: test extends: .test_ghcup_version:linux variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "9.0.1" CABAL_VERSION: "3.4.0.0" needs: [] @@ -229,7 +229,7 @@ test:linux:recommended:32bit: stage: test extends: .test_ghcup_version:linux32 variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.2.0.0" needs: [] @@ -239,7 +239,7 @@ test:linux:recommended:armv7: stage: test extends: .test_ghcup_version:armv7 variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" when: manual needs: [] @@ -248,7 +248,7 @@ test:linux:recommended:aarch64: stage: test extends: .test_ghcup_version:aarch64 variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" when: manual needs: [] @@ -259,7 +259,7 @@ test:mac:recommended: stage: test extends: .test_ghcup_version:darwin variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" needs: [] @@ -267,17 +267,17 @@ test:mac:latest: stage: test extends: .test_ghcup_version:darwin variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "9.0.1" CABAL_VERSION: "3.4.0.0" needs: [] -test:mac:recommended:aarch64: - stage: test - extends: .test_ghcup_version:darwin:aarch64 - variables: - GHC_VERSION: "8.10.5" - CABAL_VERSION: "3.4.0.0" - needs: [] +# test:mac:recommended:aarch64: + # stage: test + # extends: .test_ghcup_version:darwin:aarch64 + # variables: + # GHC_VERSION: "8.10.5" + # CABAL_VERSION: "3.4.0.0" + # needs: [] ######## freebsd test ######## @@ -286,17 +286,7 @@ test:freebsd:recommended: stage: test extends: .test_ghcup_version:freebsd variables: - GHC_VERSION: "8.10.4" - CABAL_VERSION: "3.4.0.0" - allow_failure: true # freebsd runners are unreliable - when: manual - needs: [] - -test:freebsd:latest: - stage: test - extends: .test_ghcup_version:freebsd - variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" allow_failure: true # freebsd runners are unreliable when: manual @@ -308,7 +298,7 @@ test:windows:recommended: stage: test extends: .test_ghcup_version:windows variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" needs: [] @@ -324,7 +314,7 @@ release:linux:64bit: - ./.gitlab/before_script/linux/alpine/install_deps.sh variables: ARTIFACT: "x86_64-linux-ghcup" - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" @@ -338,7 +328,7 @@ release:linux:32bit: - ./.gitlab/before_script/linux/alpine/install_deps.sh variables: ARTIFACT: "i386-linux-ghcup" - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.2.0.0" release:linux:armv7: @@ -351,7 +341,7 @@ release:linux:armv7: - ./.gitlab/before_script/linux/install_deps_manual.sh variables: ARTIFACT: "armv7-linux-ghcup" - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" release:linux:aarch64: @@ -364,7 +354,7 @@ release:linux:aarch64: - ./.gitlab/before_script/linux/install_deps_manual.sh variables: ARTIFACT: "aarch64-linux-ghcup" - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" ######## darwin release ######## @@ -380,7 +370,7 @@ release:darwin: - ./.gitlab/before_script/darwin/install_deps.sh variables: ARTIFACT: "x86_64-apple-darwin-ghcup" - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" MACOSX_DEPLOYMENT_TARGET: "10.7" @@ -389,7 +379,7 @@ release:darwin: release:freebsd: stage: release - needs: ["test:freebsd:recommended", "test:freebsd:latest"] + needs: ["test:freebsd:recommended"] extends: - .freebsd - .release_ghcup @@ -398,7 +388,7 @@ release:freebsd: - ./.gitlab/before_script/freebsd/install_deps.sh variables: ARTIFACT: "x86_64-portbld-freebsd-ghcup" - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" ######## windows release ######## @@ -414,7 +404,7 @@ release:windows: - bash ./.gitlab/before_script/windows/install_deps.sh variables: ARTIFACT: "x86_64-mingw64-ghcup" - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" ######## hlint ######## @@ -428,7 +418,7 @@ hlint: script: - ./.gitlab/script/hlint.sh variables: - GHC_VERSION: "8.10.4" + GHC_VERSION: "8.10.5" CABAL_VERSION: "3.4.0.0" JSON_VERSION: "0.0.4" allow_failure: true