Skip to content

Commit 1294c77

Browse files
committed
Uploaded action versions
1 parent 941870c commit 1294c77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
java-version: [17, 21] # Test on multiple JDKs if needed
18+
java-version: [21] # Test on multiple JDKs if needed
1919

2020
steps:
2121
- name: Checkout code
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
distribution: temurin
2828
java-version: ${{ matrix.java }}
29+
cache: gradle
2930

3031
- name: Cache Gradle
3132
uses: actions/cache@v4

0 commit comments

Comments
 (0)