Skip to content

fix: Update JDK version to 17 in workflow files#172

Open
Blackn0va wants to merge 1 commit into
obs-websocket-community-projects:developfrom
Blackn0va:develop
Open

fix: Update JDK version to 17 in workflow files#172
Blackn0va wants to merge 1 commit into
obs-websocket-community-projects:developfrom
Blackn0va:develop

Conversation

@Blackn0va

Copy link
Copy Markdown

This pull request updates the CI workflow configurations to use JDK 17 instead of JDK 8 and upgrades the artifact upload action in the GitHub Actions workflows. These changes ensure compatibility with newer Java features and improve artifact handling in the build pipelines.

CI Environment Upgrades:

  • Updated all jobs in .github/workflows/pr.yml, .github/workflows/release.yml, and .github/workflows/snapshot.yml to set up JDK 17 instead of JDK 8 by changing the java-version from 8 to 17 and updating the step name accordingly. [1] [2] [3] [4] [5]

Workflow Action Updates:

  • Upgraded the actions/upload-artifact GitHub Action from version 3 to version 4 in .github/workflows/pr.yml for both unit and end-to-end test result uploads. [1] [2]

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.

1 participant