Skip to content

Commit

Permalink
Add back g++ 5 and 6 to the CI builds
Browse files Browse the repository at this point in the history
Previously these were removed in bbba3d8,
to allow Decomposer changes that were not compatible with old
GCCs. However, the compatibility was restored in
459ac85, and so we can restore
the builds again.
  • Loading branch information
horenmar committed Mar 26, 2024
1 parent 3cd90c5 commit ad99834
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-simple-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
strategy:
matrix:
cxx:
- g++-5
- g++-6
- g++-7
- g++-8
- g++-9
Expand All @@ -21,6 +23,10 @@ jobs:
build_type: [Debug, Release]
std: [14]
include:
- cxx: g++-5
other_pkgs: g++-5
- cxx: g++-6
other_pkgs: g++-6
- cxx: g++-7
other_pkgs: g++-7
- cxx: g++-8
Expand Down

0 comments on commit ad99834

Please sign in to comment.