Skip to content

Commit a13c444

Browse files
committed
Use Java 21
1 parent a23bada commit a13c444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/setup-java@v5
7474
with:
7575
distribution: "temurin"
76-
java-version: "11"
76+
java-version: 21
7777

7878
- name: Cache CommandBox Dependencies
7979
uses: actions/cache@v4

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/setup-java@v5
7373
with:
7474
distribution: "temurin"
75-
java-version: "11"
75+
java-version: 21
7676

7777
- name: Setup CommandBox CLI
7878
uses: Ortus-Solutions/[email protected]

0 commit comments

Comments
 (0)