From f34b138f534558ff020c7b9801dcaea1e5567706 Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Thu, 30 Nov 2023 12:00:42 +0800 Subject: [PATCH] ci: specify koishi version in test --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d005df..bef5bc4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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