Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[actions] Fix postgres version regex #2584

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

krashish8
Copy link
Member

Changes proposed in this pull request:

  • Fix postgres version regex

In GitHub actions, Postgres version changed from:

psql (PostgreSQL) 14.9 (Ubuntu 14.9-1.pgdg22.04+1)

to

psql (PostgreSQL) 14.10 (Ubuntu 14.10-1.pgdg22.04+1)

PostgreSQL minor version can have more than 1 digits. Hence, changed regex from \d to \d+ (here, 9 to 10).

@pgRouting/admins

@krashish8 krashish8 merged commit 4dcbfc8 into pgRouting:develop Nov 24, 2023
12 checks passed
@krashish8 krashish8 deleted the fix-actions-regex-develop branch November 24, 2023 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants