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 87fc863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,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 87fc863

Please sign in to comment.