From 1fea48cc743b92bdfcd25991239bbef0928a548e Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 16 Oct 2024 18:54:26 -0300 Subject: [PATCH] Add docker 27 to test matrix --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e40dd19..528a4f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,7 @@ jobs: - "24" - "25" - "26" + - "27" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4