Skip to content

Commit

Permalink
Update to Elixir v1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Oct 1, 2023
1 parent 20a8eed commit 7872f5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-workflow.yml
Expand Up @@ -16,19 +16,19 @@ jobs:
fail-fast: false
matrix:
otp: [23.3, 24.2, 25.3]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.4]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.6]
exclude:
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.2
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.4
- elixir: 1.15.6
otp: 26.0
- elixir: 1.15.4
- elixir: 1.15.6
otp: 23.3
- elixir: 1.15.4
- elixir: 1.15.6
otp: 24.2
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
erlang 26.0
elixir 1.15.4
elixir 1.15.6

0 comments on commit 7872f5c

Please sign in to comment.