Skip to content

Commit

Permalink
Tests with ubuntu:22.04 image
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfsl committed Jan 12, 2025
1 parent ecdbc50 commit db27a52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ parameters:
elixir-image:
type: string
default: hexpm/elixir:1.17.3-erlang-27.0.1-debian-bookworm-20241202
ubuntu-image:
type: string
default: ubuntu:22.04

executors:
test-container:
docker:
- image: << pipeline.parameters.elixir-image >>
- image: << pipeline.parameters.ubuntu-image >>

commands:
code-setup:
Expand Down

0 comments on commit db27a52

Please sign in to comment.