From c7ec37e36f2eb61278cd039d9648f37d0ce2bc8b Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Fri, 27 Dec 2024 10:45:00 +0100 Subject: [PATCH] Perl 5.34 images are not available on bookworm -- keep things simple and upgrade to 5.36 --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 102686d6c2..a5918cea0f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,6 @@ commands: - run: command: | source $BASH_ENV - export PERL5OPT="$PERL5OPT -MSyntax::Keyword::Try::Deparse" if [ "x$COVERAGE" == "x1" ] then make devtest TESTS="--no-progress --job-count $JOB_COUNT \"--cover=$DEVEL_COVER_OPTIONS\" t/ xt/" @@ -329,14 +328,14 @@ jobs: <<: *defaults executor: name: test - perl: '5.34' + perl: '5.36' postgres: '12' browser: chrome selenium: selenium/node-chrome:3.141.59-20210607 # coverage: 1 steps: - prep_env: - perl: '5.34' + perl: '5.36' - start_starman - start_proxy - prove