Skip to content

Commit 3da1dfb

Browse files
authored
Merge pull request #71 from ZayrexDev/dev
Update JDK version from 21 to 25 in workflow
2 parents 7ea61af + 35af0a8 commit 3da1dfb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
22
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
33

4-
name: Maven Package
4+
name: Package with Maven in 3 Platforms
55

66
on:
77
workflow_dispatch:
@@ -17,10 +17,10 @@ jobs:
1717
packages: write
1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Set up JDK 21
20+
- name: Set up JDK 25
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: '21'
23+
java-version: '25'
2424
distribution: 'temurin'
2525
server-id: github
2626
settings-path: ${{ github.workspace }}
@@ -39,10 +39,10 @@ jobs:
3939
packages: write
4040
steps:
4141
- uses: actions/checkout@v4
42-
- name: Set up JDK 21
42+
- name: Set up JDK 25
4343
uses: actions/setup-java@v4
4444
with:
45-
java-version: '21'
45+
java-version: '25'
4646
distribution: 'temurin'
4747
server-id: github
4848
settings-path: ${{ github.workspace }}
@@ -61,10 +61,10 @@ jobs:
6161
packages: write
6262
steps:
6363
- uses: actions/checkout@v4
64-
- name: Set up JDK 21
64+
- name: Set up JDK 25
6565
uses: actions/setup-java@v4
6666
with:
67-
java-version: '21'
67+
java-version: '25'
6868
distribution: 'temurin'
6969
server-id: github
7070
settings-path: ${{ github.workspace }}

0 commit comments

Comments
 (0)