From f0ee04c6b5a1699d376adca581347b1e0077c3df Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Tue, 13 Jun 2023 08:34:21 -0600 Subject: [PATCH] Add support for TS 5.0 and 5.1 This already worked; this just adds them to CI to guarantee it continues to work! --- .github/workflows/ci-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b4086e149..81a9a18ad 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -76,6 +76,8 @@ jobs: - 4.7 - 4.8 - 4.9 + - 5.0 + - 5.1 - next steps: