From 73f5d06fd4b9e62546193d0553f9ab5286813e05 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Thu, 15 Jan 2026 11:32:40 +0100 Subject: [PATCH] ci.yml: updated CFEngine version numbers Ticket: ENT-13469 Signed-off-by: Lars Erik Wik --- .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 b143b97367..367b031ce5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: # run this workflow on pull_request activity # this includes opening and pushing more commits pull_request: - branches: [ master, 3.24.x, 3.21.x ] + branches: [ master, 3.27.x, 3.24.x ] jobs: style_check: