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 94ae023 commit bedaabeCopy full SHA for bedaabe
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: earthly/actions-setup@v1
14
with:
15
- version: "^0.7"
+ version: "^0.8"
16
- uses: actions/checkout@v3
17
- name: Test all supported versions
18
run: earthly --ci +test
Earthfile
@@ -1,4 +1,4 @@
1
-VERSION 0.7
+VERSION 0.8
2
3
bash-completion:
4
FROM curlimages/curl:8.00.1
0 commit comments