From 2af346034dac0c1d3578d1fba1b8da7c6eafa50b Mon Sep 17 00:00:00 2001 From: Shueh Chou Lu Date: Wed, 28 Dec 2022 17:34:24 +0800 Subject: [PATCH] ci: add more strategy --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b04143d..e67d88d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,11 @@ jobs: - "8.0-6" - "8.0-7" - "8.0-8" - - "8.1-6" - - "8.1-7" + - "8.0-9" - "8.1-8" - "8.1-9" + - "8.2-8" + - "8.2-9" steps: - uses: actions/checkout@v2