Skip to content

Commit fab5ef2

Browse files
Update CI
1 parent 2d627ab commit fab5ef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
postgres: [ 15 ]
45+
postgres: [ 15, 16 ]
4646
services:
4747
postgres:
4848
image: postgres:${{ matrix.postgres }}
@@ -94,6 +94,7 @@ jobs:
9494
- run: (cd assets && yarn dev)
9595

9696
# Install ffmpeg
97+
- run: sudo apt update
9798
- run: sudo apt install -y ffmpeg
9899

99100
# Build libpuzzle extension

0 commit comments

Comments
 (0)