Test latest versions and run tests once a month

This commit is contained in:
Ross MacArthur
2022-09-25 21:42:57 +02:00
parent 8843f3ad27
commit 8eeb0a1f9c
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
name: build name: build
on: push on:
push:
schedule:
- cron: 0 12 1 * *
jobs: jobs:
build: build:
@@ -34,7 +37,7 @@ jobs:
needs: test-latest needs: test-latest
strategy: strategy:
matrix: matrix:
just-version: [0.5.11, 0.6.1, 0.7.3, 0.8.7, 0.9.9, 0.10.0] just-version: [0.5.11, 0.6.1, 0.7.3, 0.8.7, 0.9.9, 0.10.7, 0.11.2, 1.5.0]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
+1 -1
View File
@@ -21,7 +21,7 @@ If you want a specific version of `just` you can specify this by passing the
```yaml ```yaml
- uses: extractions/setup-just@v1 - uses: extractions/setup-just@v1
with: with:
just-version: '0.10' just-version: '1.4.0'
``` ```
In rare circumstances you might get rate limiting errors, this is because this In rare circumstances you might get rate limiting errors, this is because this