Skip to content

Commit

Permalink
Perl 5.34 images are not available on bookworm -- keep things simple …
Browse files Browse the repository at this point in the history
…and upgrade to 5.36
  • Loading branch information
ehuelsmann committed Dec 27, 2024
1 parent 33e3b6c commit c7ec37e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c7ec37e

Please # to comment.