From 001afe6612c56bbaf394742ac128997453c1aaf7 Mon Sep 17 00:00:00 2001 From: Martin Georgiev Date: Fri, 28 Mar 2025 17:54:37 +0000 Subject: [PATCH] ci: upload the coverage results once and only based on the latest dependencies --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d97da2b..81d3ce4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,9 @@ jobs: - php: '8.1' doctrine-orm: '2.14' doctrine-lexer: '1.2' - - php: '8.4' + - php: '8.4' # Run coverage report only based on the latest dependencies + doctrine-lexer: 'latest' + doctrine-orm: 'latest' calculate-code-coverage: true exclude: - doctrine-orm: '2.14'