Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Perl 5.34 images are not available on bookworm -- keep things simple …
…and upgrade to 5.36
  • Loading branch information
ehuelsmann committed Dec 27, 2024
commit c7ec37e36f2eb61278cd039d9648f37d0ce2bc8b
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
Loading