Skip to content

Commit 3ecba42

Browse files
committed
Run tests with Java 21
Time to move on. Source still targets Java 11, but this allows Gradle upgrades which require 17+. Signed-off-by: Chad Wilson <[email protected]>
1 parent 370560e commit 3ecba42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/setup-java@v4
6363
with:
6464
distribution: 'temurin'
65-
java-version: '11'
65+
java-version: '21'
6666

6767
- uses: getgauge/setup-gauge@master
6868
with:

0 commit comments

Comments
 (0)