Skip to content

Commit e602dcb

Browse files
author
Daniel Marjamäki
committed
only test 5.4 for performance reasons
1 parent 67d1230 commit e602dcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/gcc-versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
image: ["ghcr.io/cppcheck-opensource/gcc:5.4", "ghcr.io/cppcheck-opensource/gcc:6.5", "ghcr.io/cppcheck-opensource/gcc:7.5", "ghcr.io/cppcheck-opensource/gcc:8.5", "ghcr.io/cppcheck-opensource/gcc:9.5"]
24+
#image: ["ghcr.io/cppcheck-opensource/gcc:5.4", "ghcr.io/cppcheck-opensource/gcc:6.5", "ghcr.io/cppcheck-opensource/gcc:7.5", "ghcr.io/cppcheck-opensource/gcc:8.5", "ghcr.io/cppcheck-opensource/gcc:9.5"]
25+
image: ["ghcr.io/cppcheck-opensource/gcc:5.4"]
2526
fail-fast: false
2627

2728
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)