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 05035b2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 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,16 @@ blocks:
jobs:
- name: Build
matrix:
- env_var: ERLANG_VERSION
values:
- 23.3
- 24.0
- env_var: ELIXIR_VERSION
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 05035b2

Please sign in to comment.