Skip to content

Commit

Permalink
Bump pgrouting to v.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinefricou committed Dec 2, 2024
1 parent 9c9ac94 commit c63c1a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

services:
postgres:
image: pgrouting/pgrouting:12-3.0-2.6.3
image: pgrouting/pgrouting:12-3.0-3.0.0
env:
POSTGRES_DB: ci_test
POSTGRES_PASSWORD: ci_test
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:

services:
postgres:
image: pgrouting/pgrouting:12-3.0-2.6.3
image: pgrouting/pgrouting:12-3.0-3.0.0
env:
POSTGRES_DB: ci_test
POSTGRES_PASSWORD: ci_test
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:

services:
postgres:
image: pgrouting/pgrouting:12-3.0-2.6.3
image: pgrouting/pgrouting:12-3.0-3.0.0
env:
POSTGRES_DB: ci_test
POSTGRES_PASSWORD: ci_test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ x-images:

services:
postgres:
image: pgrouting/pgrouting:12-3.0-2.6.3
image: pgrouting/pgrouting:12-3.0-3.0.0
env_file:
- .env
ports:
Expand Down

0 comments on commit c63c1a6

Please sign in to comment.