Compare commits
2 Commits
renovate/m
...
mcmuzzle-p
| Author | SHA1 | Date | |
|---|---|---|---|
| 33188a92b2 | |||
|
|
aa8a4d2810 |
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
dotnet-version: '10.0.x'
|
||||
- name: Install dependencies
|
||||
run: dotnet restore ./src/LudikZone.sln
|
||||
- name: Build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:17
|
||||
image: postgres:18
|
||||
ports:
|
||||
- "${DB_PORT:-5432}:5432"
|
||||
volumes:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:17
|
||||
image: postgres:18
|
||||
ports:
|
||||
- "${DB_PORT:-5432}:5432"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user