Skip to content

Commit 0831358

Browse files
committed
Adjust CI matrix pgrouting order
1 parent 844166a commit 0831358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
postgres: [13, 14, 15, 16, 17]
2121
postgis: [3.5]
22-
pgrouting: [develop, main, 3.6, 3.7]
22+
pgrouting: [3.6, 3.7, main, develop]
2323

2424
name: Build Docker image for ${{ matrix.postgres }}-${{ matrix.postgis }}-${{ matrix.pgrouting }}
2525
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)