From 431bfd7aec28f4a323da84023f56a5b7e0c2a0fa Mon Sep 17 00:00:00 2001 From: Totto16 Date: Thu, 25 May 2023 23:28:02 +0200 Subject: [PATCH] add clang 16 --- .github/workflows/test.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ef8b17..41a9438 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04] - version: ['3.9', '4.0', 4, '5.0', 5, '6.0', 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + version: ['3.9', '4.0', 4, '5.0', 5, '6.0', 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] exclude: - {os: ubuntu-20.04, version: '3.9'} - {os: ubuntu-20.04, version: '4.0'} diff --git a/README.md b/README.md index 9f7440b..9f910ec 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ below. | 13 | ✓ | ✓ | ✓ | 14 | ✓ | ✓ | ✓ | 15 | ✓ | ✓ | ✓ +| 16 | ✓ | ✓ | ✓ This table should be updated periodically; it's a work-in-progress.