Elixir v1.11.1

This commit is contained in:
Adrian Kumpf
2020-10-17 17:13:40 +02:00
parent a369e514c2
commit 037a64577e
2 changed files with 20 additions and 23 deletions

View File

@@ -9,14 +9,14 @@ jobs:
strategy:
matrix:
include:
- elixir: "1.11.0"
- elixir: "1.11.1"
otp: "23.x"
runs-on: ubuntu-18.04
services:
db:
image: postgres:12
image: postgres:13
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: postgres