mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
Elixir v1.11.1
This commit is contained in:
4
.github/workflows/elixir.yml
vendored
4
.github/workflows/elixir.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user