From 1ff702b8c703e5bf41660792b04d9e4e38244bb7 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:47:47 -0400 Subject: [PATCH] Add TS 5.4 and TS 5.5 to CI matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffbe59e..2b4ed88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,8 @@ jobs: - '~5.1' - '~5.2' - '~5.3' + - '~5.4' + - '~5.5' - 'beta' steps: - uses: actions/checkout@v4