mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-04 03:51:35 +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
|
||||
|
||||
toml_fmt:
|
||||
image: tamasfe/taplo:0.8.1
|
||||
image: tamasfe/taplo:0.9.3
|
||||
commands:
|
||||
- taplo format --check
|
||||
|
||||
|
@ -105,7 +105,7 @@ steps:
|
|||
|
||||
services:
|
||||
database:
|
||||
image: postgres:15.2-alpine
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
POSTGRES_USER: ibis
|
||||
POSTGRES_PASSWORD: password
|
Loading…
Reference in a new issue