We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23bada commit a13c444Copy full SHA for a13c444
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: actions/setup-java@v5
74
with:
75
distribution: "temurin"
76
- java-version: "11"
+ java-version: 21
77
78
- name: Cache CommandBox Dependencies
79
uses: actions/cache@v4
.github/workflows/pr.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Setup CommandBox CLI
uses: Ortus-Solutions/[email protected]
0 commit comments