Update README and build to refer to version 0.8

This commit is contained in:
Ross MacArthur
2020-11-26 11:49:25 +02:00
parent fc2abd7b0c
commit 43bd6a1743
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
needs: test-latest
strategy:
matrix:
just-version: [0.4.5, 0.5.11, 0.6.1, 0.7.3, 0.8.0]
just-version: [0.4.5, 0.5.11, 0.6.1, 0.7.3, 0.8.3]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+1 -1
View File
@@ -21,7 +21,7 @@ Add the following to your workflow.
```yaml
- uses: extractions/setup-just@v1
with:
just-version: 0.5
just-version: 0.8
env:
# this is not required but add it if you get any rate limiting issues
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}