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 ea1a3f3 commit 5b2ea85Copy full SHA for 5b2ea85
.github/workflows/ci-earthly-gradle.yml
@@ -43,7 +43,8 @@ jobs:
43
with:
44
# The version in CI should match the version you use locally.
45
# This is a manual step.
46
- version: v0.8
+ # Using "latest" to force CI warnings if Earthfile is outdated
47
+ version: "latest"
48
49
- name: Clone repository
50
uses: actions/checkout@v4
.github/workflows/ci-earthly-maven.yml
@@ -46,7 +46,8 @@ jobs:
51
52
53
0 commit comments