Skip to content

Commit

Permalink
Use Erlang 24 for gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schlager committed Sep 19, 2024
1 parent c42cb26 commit ce8e811
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,6 +1,6 @@
check:
stage: test
image: erlang:23
image: erlang:24
script:
- rebar3 do clean,compile,dialyzer
- rebar3 as test eunit
Expand Down

0 comments on commit ce8e811

Please sign in to comment.