From 0e005acd44cd72e351f035b3268aec75ea00a496 Mon Sep 17 00:00:00 2001 From: Lain Soykaf Date: Sun, 10 Dec 2023 21:00:11 +0400 Subject: [PATCH] CI: Use Elixir 1.13 for linting. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10a843af2..bd41752cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -190,7 +190,7 @@ unit-testing-rum: lint: extends: .build_changes_policy - image: ¤t_elixir elixir:1.12-alpine + image: ¤t_elixir elixir:1.13-alpine stage: test cache: *testing_cache_policy before_script: ¤t_bfr_script