Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 1e31f07

Browse files
authored
Fix elixir version in publish action
1 parent 1d98651 commit 1e31f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
container:
9-
image: elixir:1.9.1-slim
9+
image: elixir:1.10.4-slim
1010
steps:
1111
- uses: actions/checkout@v2.3.4
1212
- name: Install Dependencies

0 commit comments

Comments
 (0)