Skip to content

Commit 5b2ea85

Browse files
committed
CI should complain when Earthfile ou is outdated
1 parent ea1a3f3 commit 5b2ea85

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci-earthly-gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
with:
4444
# The version in CI should match the version you use locally.
4545
# This is a manual step.
46-
version: v0.8
46+
# Using "latest" to force CI warnings if Earthfile is outdated
47+
version: "latest"
4748

4849
- name: Clone repository
4950
uses: actions/checkout@v4

.github/workflows/ci-earthly-maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
with:
4747
# The version in CI should match the version you use locally.
4848
# This is a manual step.
49-
version: v0.8
49+
# Using "latest" to force CI warnings if Earthfile is outdated
50+
version: "latest"
5051

5152
- name: Clone repository
5253
uses: actions/checkout@v4

0 commit comments

Comments
 (0)