1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-04 03:51:35 +00:00
This commit is contained in:
Felix Ableitner 2024-12-09 12:34:41 +01:00
parent 334321a133
commit 583b50e519

View file

@ -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