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

Commit a993a52

Browse files
committed
Bump github actions elixir version
Signed-off-by: Andrew Thal <467872+athal7@users.noreply.github.com>
1 parent 332848c commit a993a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
container:
10-
image: elixir:1.11-slim
10+
image: elixir:1.15-slim
1111

1212
steps:
1313
- uses: actions/checkout@v3

.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.11-slim
9+
image: elixir:1.15-slim
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Install Dependencies

0 commit comments

Comments
 (0)