Skip to content

Commit 1c68292

Browse files
committed
Update Elixir version in CI
1 parent 766941a commit 1c68292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
ecto32:
3535
runs-on: ubuntu-latest
3636
container:
37-
image: elixir:1.9.1-slim
37+
image: elixir:1.15.7-slim
3838
services:
3939
postgres:
40-
image: postgres:10.8
40+
image: postgres:14
4141
env:
4242
POSTGRES_USER: postgres
4343
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)