Skip to content

Commit

Permalink
✅ Update SemaphoreCI config
Browse files Browse the repository at this point in the history
So that the builds will actually run again!
  • Loading branch information
danielberkompas committed Apr 6, 2024
1 parent 4b6d2ed commit f31e4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "CI Build"
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004

auto_cancel:
running:
Expand All @@ -29,9 +29,9 @@ blocks:
- name: "Build"
matrix:
- env_var: ELIXIR_VERSION
values: ["1.12.1", "1.13.4"]
values: ["1.12.1", "1.13.4", "1.16.0"]
- env_var: ERLANG_VERSION
values: ["23.3", "24.0", "25.0"]
values: ["23.3", "24.0", "25.0", "26.0"]
commands:
- sem-version erlang $ERLANG_VERSION
- sem-version elixir $ELIXIR_VERSION
Expand Down

0 comments on commit f31e4c0

Please sign in to comment.