mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-03 21:16:55 +00:00
Specify JDK 25 for GitHub Actions and Jenkins
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 17 ]
|
||||
java: [ 25 ]
|
||||
fail-fast: true
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
jdk 'jdk-21-latest'
|
||||
jdk 'jdk-25-latest'
|
||||
}
|
||||
stages {
|
||||
stage("build") {
|
||||
|
||||
Reference in New Issue
Block a user