summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorjvoisin2025-10-28 20:20:21 +0100
committerjvoisin2025-10-28 20:20:21 +0100
commit76e6784ac9cb858d1d47ff6a27ef3ccc9a8cc785 (patch)
treeeffe2882bed86593d7e7fad845b94fb0c218bdd4 /.github
parent4b6225cf322adf3e47425156e00a844b2f08e221 (diff)
Add GCC14 to the CI
Diffstat (limited to '.github')
-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