Skip to content

Commit 3a71942

Browse files
authored
Merge pull request #70 from pgRouting/add-3.8-to-ci-matrix
Add pgrouting 3.8 to CI matrix
2 parents 937b057 + 941c0dc commit 3a71942

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: [3.6, 3.7, main, develop]
22+
pgrouting: [3.6, 3.7, 3.8, 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)