CI: Update GH Actions before Node.js 20 deprecation + minor tweaks#660
Closed
jajik wants to merge 4 commits into
Closed
CI: Update GH Actions before Node.js 20 deprecation + minor tweaks#660jajik wants to merge 4 commits into
jajik wants to merge 4 commits into
Conversation
Collaborator
|
@jajik the third bit is conflicting when I try to apply it with patch, can you redo after recent trunk changes? |
Author
|
@notroj Should be done now. It seems Ivan is trying to eat my lunch today! |
Author
|
Another rebase after trunk changes. @notroj I pushed a new commit that adds Basically, the old Windows image used CMake 3.31.6, while the new one uses 4.3.2. That means that the 2.4.x branch will eventually need (apart from 767d955) at least 3.5 in |
jajik
pushed a commit
to jajik/httpd
that referenced
this pull request
Jun 3, 2026
CMake: update min version required GitHub: closes apache#640 Submitted by: Jeff McKenna <jmckenna gatewaygeomatics.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933910 13f79535-47bb-0310-9956-ffa450edef68 Fix Windows GHA build. * .github/workflows/windows.yml (): Use Enter-VsDevShell to find VS installation and save environment variables to GITHUB_ENV. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934871 13f79535-47bb-0310-9956-ffa450edef68 CI: Update used actions to use newer Node.js than 20 CI: Update upload-artifact action, drop unnecessary Ubuntu 22.04 fix CI: Drop 'shell: cmd', use PowerShell for the Windows workflow CI: Print used CMake version for Windows workflow Submitted by: Vladimír Chlup <vchlup ibm.com> Github: closes apache#660 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934917 13f79535-47bb-0310-9956-ffa450edef68
jajik
pushed a commit
to jajik/httpd
that referenced
this pull request
Jun 3, 2026
CMake: update min version required GitHub: closes apache#640 Submitted by: Jeff McKenna <jmckenna gatewaygeomatics.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933910 13f79535-47bb-0310-9956-ffa450edef68 Fix Windows GHA build. * .github/workflows/windows.yml (): Use Enter-VsDevShell to find VS installation and save environment variables to GITHUB_ENV. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934871 13f79535-47bb-0310-9956-ffa450edef68 CI: Update used actions to use newer Node.js than 20 CI: Update upload-artifact action, drop unnecessary Ubuntu 22.04 fix CI: Drop 'shell: cmd', use PowerShell for the Windows workflow CI: Print used CMake version for Windows workflow Submitted by: Vladimír Chlup <vchlup ibm.com> Github: closes apache#660 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934917 13f79535-47bb-0310-9956-ffa450edef68 * .github/workflows/windows.yml: Use checkout@v6. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934873 13f79535-47bb-0310-9956-ffa450edef68
asf-gitbox-commits
pushed a commit
that referenced
this pull request
Jun 3, 2026
…-Unix build + CI changes] CMake: update min version required GitHub: closes #640 Submitted by: Jeff McKenna <jmckenna gatewaygeomatics.com> Fix Windows GHA build. * .github/workflows/windows.yml (): Use Enter-VsDevShell to find VS installation and save environment variables to GITHUB_ENV. CI: Update used actions to use newer Node.js than 20 CI: Update upload-artifact action, drop unnecessary Ubuntu 22.04 fix CI: Drop 'shell: cmd', use PowerShell for the Windows workflow CI: Print used CMake version for Windows workflow Submitted by: Vladimír Chlup <vchlup ibm.com> Github: closes #660 * .github/workflows/windows.yml: Use checkout@v6. Submitted by: ivan Github: closes #663 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934934 13f79535-47bb-0310-9956-ffa450edef68
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current CI triggers warnings because in two weeks Node.js 20 actions will stop working. This PR updates all affected actions.
Additionally, it drops
shell: cmdand uses PowerShell for the Windows workflow since it has already been introduced there (see 767d955).Finally, it removes the fix for Ubuntu 22.04 since it's no longer used.