Skip to content

Commit

Permalink
Upgrade versions in ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Mar 18, 2024
1 parent 107c3e2 commit 3603d20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
matrix:
nominatim:
- version: "4.2"
update_command: docker exec -i nominatim sudo -u nominatim nominatim replication --project-dir /nominatim --once
postgres_version: 14
user_agent: mediagis/nominatim-docker-action:4.2
- version: "4.3"
update_command: docker exec -i nominatim sudo -u nominatim nominatim replication --project-dir /nominatim --once
postgres_version: 14
user_agent: mediagis/nominatim-docker-action:4.3
- version: "4.4"
update_command: docker exec -i nominatim sudo -u nominatim nominatim replication --project-dir /nominatim --once
postgres_version: 14
user_agent: mediagis/nominatim-docker-action:4.4

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3603d20

Please sign in to comment.