Skip to content

Commit 27f54dc

Browse files
committed
TEST
1 parent 7c92ae7 commit 27f54dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lts-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [windows-latest, ubuntu-latest, macos-latest, macos-13, ubuntu-24.04-arm, windows-11-arm] # Include macos-latest for all except where overridden
16-
16+
lts: ['21', '17']
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
2222
uses: priyagupta108/setup-java@jetbrains-fix-test
2323
with:
2424
distribution: 'jetbrains'
25-
java-version: '21'
25+
java-version: ${{ matrix.lts }}
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

0 commit comments

Comments
 (0)