Fix the shellcheck warning

This commit is contained in:
Alexey Masterov
2025-04-07 14:46:51 +02:00
parent 0b10a5336c
commit 154d215c78

View File

@@ -54,7 +54,7 @@ jobs:
- name: Evaluate the settings
id: project-settings
run: |
if [[ ${{ matrix.pg-version }} -lt 17 ]]; then
if [ ${{ matrix.pg-version }} -lt 17 ]; then
ULID=ulid
else
ULID=pgx_ulid