Skip to content

Commit 2275ecd

Browse files
committed
Switch fuzzer workflow to PG18
1 parent 8f52db2 commit 2275ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/libfuzzer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: steps.cache-postgresql.outputs.cache-hit != 'true'
5959
run: |
6060
wget -q -O postgresql.tar.bz2 \
61-
https://ftp.postgresql.org/pub/source/v${{ steps.config.outputs.PG15_LATEST }}/postgresql-${{ steps.config.outputs.PG15_LATEST }}.tar.bz2
61+
https://ftp.postgresql.org/pub/source/v${{ steps.config.outputs.PG18_LATEST }}/postgresql-${{ steps.config.outputs.PG18_LATEST }}.tar.bz2
6262
mkdir -p ~/$PG_SRC_DIR
6363
tar --extract --file postgresql.tar.bz2 --directory ~/$PG_SRC_DIR --strip-components 1
6464
cd ~/$PG_SRC_DIR

0 commit comments

Comments
 (0)