Skip to content

Commit 5c99ecf

Browse files
authored
Update maven.yml
1 parent 070ace8 commit 5c99ecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
# Use these Java versions
9-
java: [17, 21]
9+
java: [21, 24]
1010
# and run on both Linux and Windows
1111
os: [ubuntu-latest, windows-latest]
1212
runs-on: ${{ matrix.os }}
@@ -21,7 +21,7 @@ jobs:
2121
run: mvn clean install
2222
- name: Upload artifact
2323
uses: actions/upload-artifact@v4
24-
if: ${{ matrix.java == 17 && matrix.os == 'ubuntu-latest' }}
24+
if: ${{ matrix.java == 24 && matrix.os == 'ubuntu-latest' }}
2525
with:
2626
name: standalone-jar
2727
path: target/ArrayV-*.jar

0 commit comments

Comments
 (0)