Skip to content

Commit

Permalink
Explictly Test with Elixir 1.10
Browse files Browse the repository at this point in the history
It looks like there were some changes to what is loaded in the test
environemnt between elixir 1.10 and 1.11. This is a stop-gap while I
work on 1) moving the pipeline to use nix, and 2) refactoring the tests
to work properly regardless of elixir version.
  • Loading branch information
Andrew Fontaine committed Mar 5, 2021
1 parent a2d2a43 commit 8e90104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: elixir:latest
image: elixir:1.10

variables:
MIX_ENV: "test"
Expand Down

0 comments on commit 8e90104

Please sign in to comment.