Skip to content

Commit

Permalink
Bump elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Mar 2, 2023
1 parent 75c48a1 commit db745cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ["24.0"]
elixir: ["1.13.4"]
otp: ["25.0"]
elixir: ["1.14.3"]

services:
eventstore:
Expand Down
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
elixir 1.13.1-otp-24
elixir 1.14.3-otp-25
erlang 25.2.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CI](https://github.com/fabriziosestito/commanded-spear-adapter/actions/workflows/test.yml/badge.svg)](https://github.com/fabriziosestito/commanded-spear-adapter/actions/workflows/test.yml)
[![CI](https://github.com/fabriziosestito/commanded-spear-adapter/actions/workflows/test.yaml/badge.svg)](https://github.com/fabriziosestito/commanded-spear-adapter/actions/workflows/test.yaml)
[![Hex.pm](https://img.shields.io/hexpm/v/commanded_spear_adapter.svg)](https://hex.pm/packages/commanded_spear_adapter)
[![Hex Docs](https://img.shields.io/badge/hex-docs-purple.svg)](https://hexdocs.pm/commanded_spear_adapter/)

Expand Down

0 comments on commit db745cc

Please sign in to comment.