Skip to content

Commit 8fd3181

Browse files
committed
Bump minimum tested gcc version to 8
1 parent a2a6ef7 commit 8fd3181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
include:
4444
# Linux, gcc
45-
- { compiler: gcc-7, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
45+
- { compiler: gcc-8, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
4646
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-24.04 }
4747
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-24.04 }
4848

0 commit comments

Comments
 (0)