Skip to content

Commit

Permalink
✅ Update semaphore config
Browse files Browse the repository at this point in the history
To allow the tests to actually run on modern versions of Elixir.
  • Loading branch information
danielberkompas committed Apr 5, 2024
1 parent 04f2c49 commit d49f757
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 @@ -3,7 +3,7 @@ name: CI Build
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004
auto_cancel:
running:
when: "true"
Expand All @@ -23,9 +23,9 @@ blocks:
- name: Build
matrix:
- env_var: ERLANG_VERSION
values: ["23.3", "24.0"]
values: ["24.0", "26.0"]
- env_var: ELIXIR_VERSION
values: ["1.11.3", "1.12.1"]
values: ["1.12.1", "1.16.0"]
commands:
- sem-version erlang $ERLANG_VERSION
- sem-version elixir $ELIXIR_VERSION
Expand Down

0 comments on commit d49f757

Please sign in to comment.