From 02a9a6a6280ffe7a5c3685c52a1f86b65dbf2a55 Mon Sep 17 00:00:00 2001 From: Ian Torres Date: Tue, 31 Dec 2024 20:24:37 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cde3d8..263dd34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: docker: strategy: matrix: - version: [1.84.0, 1.85.0, 1.86.0, 1.87.0] + version: [1.87.0] variant: [debug, release] runs-on: ubuntu-latest steps: