From 63607acd8ef39841b6b9e09b793e68ac932257c1 Mon Sep 17 00:00:00 2001 From: Totto16 Date: Thu, 25 May 2023 23:15:03 +0200 Subject: [PATCH] add Version 13 (available in the ppa since 13.05 - see https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test/+sourcepub/14747472/+listing-archive-extra --- .github/workflows/test.yml | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e20d282..f1c63c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,13 +35,15 @@ jobs: strategy: matrix: os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04] - version: [4.8, 5, 6, 7, 8, 9, 10, 11, 12] + version: [4.8, 5, 6, 7, 8, 9, 10, 11, 12, 13] exclude: - {os: ubuntu-18.04, version: 12} + - {os: ubuntu-18.04, version: 13} - {os: ubuntu-20.04, version: 4.8} - {os: ubuntu-20.04, version: 5} - {os: ubuntu-20.04, version: 6} - {os: ubuntu-20.04, version: 12} + - {os: ubuntu-20.04, version: 13} - {os: ubuntu-22.04, version: 4.8} - {os: ubuntu-22.04, version: 5} - {os: ubuntu-22.04, version: 6} diff --git a/README.md b/README.md index 5d608a1..d9eff65 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ below. | 10 | ✓ | ✓ | ✓ | 11 | ✓ | ✓ | ✓ | 12 | | | ✓ +| 13 | | | ✓ This table should be updated periodically; it's a work-in-progress.