Skip to content

Commit

Permalink
ci: specify koishi version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Nov 30, 2023
1 parent 8044a5c commit f34b138
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
koishi: ['4.11', '4.12', '4.13', '4.14', '4.15']

steps:
- uses: actions/checkout@v3
- uses: AwesomeHamster/actions-test@master
with:
install-peer: koishi@${{ matrix.koishi }}
test: |
yarn lint
yarn test

0 comments on commit f34b138

Please sign in to comment.