mirror of
https://github.com/extractions/setup-just
synced 2026-09-07 20:04:00 +00:00
Test latest versions and run tests once a month
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
name: build
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: 0 12 1 * *
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -34,7 +37,7 @@ jobs:
|
||||
needs: test-latest
|
||||
strategy:
|
||||
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
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user