Skip to content

Commit

Permalink
Bump minimum tested gcc version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mat007 committed Sep 28, 2024
1 parent a2a6ef7 commit 8fd3181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix:
include:
# Linux, gcc
- { compiler: gcc-7, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
- { compiler: gcc-8, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-24.04 }
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-24.04 }

Expand Down

0 comments on commit 8fd3181

Please sign in to comment.