mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-04 05:51:34 +00:00
upgrade
This commit is contained in:
parent
334321a133
commit
583b50e519
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ steps:
|
||||||
- leptosfmt -c .leptosfmt.toml --check src
|
- leptosfmt -c .leptosfmt.toml --check src
|
||||||
|
|
||||||
toml_fmt:
|
toml_fmt:
|
||||||
image: tamasfe/taplo:0.8.1
|
image: tamasfe/taplo:0.9.3
|
||||||
commands:
|
commands:
|
||||||
- taplo format --check
|
- taplo format --check
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ steps:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: postgres:15.2-alpine
|
image: postgres:16-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: ibis
|
POSTGRES_USER: ibis
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
Loading…
Reference in a new issue