Skip to content

Commit

Permalink
Run tests against Erlang 24, Elixir 1.12
Browse files Browse the repository at this point in the history
This should ensure that we maintain compatibility.
  • Loading branch information
danielberkompas committed Jun 5, 2021
1 parent 8842634 commit fc1f1ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ agent:
os_image: ubuntu1804
auto_cancel:
running:
when: 'true'
when: "true"
fail_fast:
stop:
when: 'true'
when: "true"
blocks:
- name: Build
dependencies: []
Expand All @@ -22,10 +22,12 @@ blocks:
jobs:
- name: Build
matrix:
- env_var: ERLANG_VERSION
values: ["23.3", "24.0"]
- env_var: ELIXIR_VERSION
values:
- 1.11.3
values: ["1.11.3", "1.12.1"]
commands:
- sem-version elixir $ERLANG_VERSION
- sem-version elixir $ELIXIR_VERSION
- checkout
- cache restore
Expand Down

0 comments on commit fc1f1ce

Please sign in to comment.