Skip to content

Commit bb53e24

Browse files
authored
ARIES-2165: Run esa-ant, pushstream, quiesce, testsupport, util, versioning, web on Java 25 (#782)
1 parent 3fcc57f commit bb53e24

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/esa-ant-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
java: [ 8, 11, 17, 21 ]
34+
java: [ 8, 11, 17, 21, 25 ]
3535
os: [ ubuntu-latest ]
3636
name: JDK${{ matrix.java }} ${{ matrix.os }}
3737
runs-on: ${{ matrix.os }}

.github/workflows/pushstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
java: [ 8, 11, 17, 21 ]
34+
java: [ 8, 11, 17, 21, 25 ]
3535
os: [ ubuntu-latest ]
3636
name: JDK${{ matrix.java }} ${{ matrix.os }}
3737
runs-on: ${{ matrix.os }}

.github/workflows/quiesce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
java: [ 8, 11, 17, 21 ]
37+
java: [ 8, 11, 17, 21, 25 ]
3838
os: [ ubuntu-latest ]
3939
name: JDK${{ matrix.java }} ${{ matrix.os }}
4040
runs-on: ${{ matrix.os }}

.github/workflows/testsupport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
java: [ 8, 11, 17, 21]
34+
java: [ 8, 11, 17, 21, 25 ]
3535
os: [ ubuntu-latest ]
3636
name: JDK${{ matrix.java }} ${{ matrix.os }}
3737
runs-on: ${{ matrix.os }}

.github/workflows/util.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
java: [ 8, 11, 17, 21 ]
35+
java: [ 8, 11, 17, 21, 25 ]
3636
os: [ ubuntu-latest ]
3737
name: JDK${{ matrix.java }} ${{ matrix.os }}
3838
runs-on: ${{ matrix.os }}

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
java: [ 8, 11, 17, 21 ]
34+
java: [ 8, 11, 17, 21, 25 ]
3535
os: [ ubuntu-latest ]
3636
name: JDK${{ matrix.java }} ${{ matrix.os }}
3737
runs-on: ${{ matrix.os }}

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
java: [ 8, 11, 17, 21 ]
37+
java: [ 8, 11, 17, 21, 25 ]
3838
os: [ ubuntu-latest ]
3939
name: JDK${{ matrix.java }} ${{ matrix.os }}
4040
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)