Fix the shellcheck warning

This commit is contained in:
Alexey Masterov
2025-04-07 14:48:32 +02:00
parent 154d215c78
commit 8378b1c603

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