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

Include the compiler variant in Windows release file names for PHP 8.3 #1717

Closed
wants to merge 1 commit into from

Conversation

mickverm
Copy link
Contributor

Fixes #1716

@@ -120,7 +120,7 @@ jobs:
"7.4")
COMPILER="vc15"
;;
"8.0" | "8.1" | "8.2")
"8.0" | "8.1" | "8.2" | "8.3")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it looks like this was missed in 2d0ccfc for #1655.

@jmikola
Copy link
Member

jmikola commented Oct 11, 2024

@mickverm: The change here should apply with the next 1.x release. In the meantime, I manually renamed the 8.3 release artifacts in the 1.20.0 release if you'd like to try again.

@jmikola jmikola changed the base branch from v1.x to v1.20 October 11, 2024 13:51
@jmikola jmikola changed the base branch from v1.20 to v1.x October 11, 2024 13:52
@jmikola
Copy link
Member

jmikola commented Oct 11, 2024

Opened #1718 to rebase this on v1.20, as I couldn't figure out how to modify the PR branch directly (and merely changing the base won't do).

@jmikola jmikola closed this Oct 11, 2024
@mickverm mickverm deleted the windows-php-8.3-binaries branch October 11, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PIE: Could not find release by tag name for mongodb/mongodb-extension:1.20.0
2 participants