Skip to content

Commit

Permalink
Merge pull request conan-io#104 from borune-k12/libpq
Browse files Browse the repository at this point in the history
build libpq with gcc8
  • Loading branch information
borune-k12 authored Apr 2, 2020
2 parents a507196 + fcb2377 commit 0b23249
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/libpq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
libpq:
strategy:
matrix:
build: ['linux-gcc4.8', 'linux-gcc7', 'linux-gcc9', 'windows-2019-release', 'windows-2019-debug', 'macos']
build: ['linux-gcc4.8', 'linux-gcc8', 'linux-gcc9', 'windows-2019-release', 'windows-2019-debug', 'macos']
libpq_versions: ['11.5']
include:
- build: 'linux-gcc4.8'
Expand All @@ -32,11 +32,11 @@ jobs:
docker_image: 'conanio/gcc48'
build_types: 'Release,Debug'
archs: 'x86,x86_64'
- build: 'linux-gcc7'
- build: 'linux-gcc8'
os: 'ubuntu-latest'
compiler: 'gcc'
compiler_version: '7'
docker_image: 'conanio/gcc7'
compiler_version: '8'
docker_image: 'conanio/gcc8'
build_types: 'Release,Debug'
archs: 'x86,x86_64'
- build: 'linux-gcc9'
Expand Down

0 comments on commit 0b23249

Please sign in to comment.