summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/testsuite.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml
index 1a9fc65..7870ad1 100644
--- a/.github/workflows/testsuite.yaml
+++ b/.github/workflows/testsuite.yaml
@@ -10,7 +10,7 @@ jobs:
10 runs-on: ubuntu-latest 10 runs-on: ubuntu-latest
11 strategy: 11 strategy:
12 matrix: 12 matrix:
13 version: [9, 10, 11, 12, 13] 13 version: [9, 10, 11, 12, 13, 14]
14 use_native_chk: [true, false] 14 use_native_chk: [true, false]
15 steps: 15 steps:
16 - name: Checking out the code 16 - name: Checking out the code