Skip to content

Commit 556df87

Browse files
ci: upload the coverage results once and only based on the latest dependencies (#313)
1 parent 527469f commit 556df87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- php: '8.1'
3131
doctrine-orm: '2.14'
3232
doctrine-lexer: '1.2'
33-
- php: '8.4'
33+
- php: '8.4' # Run coverage report only based on the latest dependencies
34+
doctrine-lexer: 'latest'
35+
doctrine-orm: 'latest'
3436
calculate-code-coverage: true
3537
exclude:
3638
- doctrine-orm: '2.14'

0 commit comments

Comments
 (0)