From 1637d8b02088fff62aed5a9796eddcb9f0f60656 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 22 Aug 2022 17:41:18 +0100 Subject: [PATCH] ci: fix the tested meson version Reviewed-by: Simon Ser --- .gitlab-ci/debian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index d50dc613..6f7a212f 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -68,4 +68,4 @@ done apt-get purge -y $EPHEMERAL # Test that the oldest Meson version we claim to support is still supported -pip3 install meson==0.46 +pip3 install meson==0.53