Skip to content

Commit

Permalink
Update Elixir version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed Dec 12, 2023
1 parent 766941a commit 1c68292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
ecto32:
runs-on: ubuntu-latest
container:
image: elixir:1.9.1-slim
image: elixir:1.15.7-slim
services:
postgres:
image: postgres:10.8
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 1c68292

Please sign in to comment.