Skip to content

Commit 6467c3e

Browse files
authored
Update CI (#41)
1 parent af87a76 commit 6467c3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
elixir:
11-
- 1.9-slim
12-
- 1.10-slim
1311
- 1.11-slim
1412
- 1.12-slim
13+
- 1.13-slim
14+
- 1.14-slim
1515
container:
1616
image: elixir:${{ matrix.elixir }}
1717
steps:
@@ -31,7 +31,7 @@ jobs:
3131
format:
3232
runs-on: ubuntu-latest
3333
container:
34-
image: elixir:1.12-slim
34+
image: elixir:1.14-slim
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: format

0 commit comments

Comments
 (0)