diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af84e5e..a8fb6c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: earthly/actions-setup@v1 with: - version: "^0.7" + version: "^0.8" - uses: actions/checkout@v3 - name: Test all supported versions run: earthly --ci +test diff --git a/Earthfile b/Earthfile index db9ee01..4d39070 100644 --- a/Earthfile +++ b/Earthfile @@ -1,4 +1,4 @@ -VERSION 0.7 +VERSION 0.8 bash-completion: FROM curlimages/curl:8.00.1