Skip to content

Commit c31046b

Browse files
committed
remove CI runs on Ubuntu 16 images
These images are not available anymore. This means that we won't be testing gcc < 7 and clang < 8 anymore, so add a note to that end in the prerequisites section.
1 parent a50c54e commit c31046b

2 files changed

Lines changed: 1 addition & 34 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -36,40 +36,6 @@ jobs:
3636
PGHOST: /tmp
3737

3838

39-
ubuntu16-pg95-gcc5:
40-
runs-on: ubuntu-16.04
41-
42-
env:
43-
CC: gcc-5
44-
CXX: g++-5
45-
LUA_VERSION: 5.1
46-
LUAJIT_OPTION: OFF
47-
POSTGRESQL_VERSION: 9.5
48-
POSTGIS_VERSION: 2.3
49-
BUILD_TYPE: Release
50-
51-
steps:
52-
- uses: actions/checkout@v2
53-
- uses: ./.github/actions/ubuntu-prerequisites
54-
- uses: ./.github/actions/build-and-test
55-
56-
ubuntu16-pg95-clang6:
57-
runs-on: ubuntu-16.04
58-
59-
env:
60-
CC: clang-6.0
61-
CXX: clang++-6.0
62-
LUA_VERSION: 5.2
63-
LUAJIT_OPTION: OFF
64-
POSTGRESQL_VERSION: 9.5
65-
POSTGIS_VERSION: 2.3
66-
BUILD_TYPE: Release
67-
68-
steps:
69-
- uses: actions/checkout@v2
70-
- uses: ./.github/actions/ubuntu-prerequisites
71-
- uses: ./.github/actions/build-and-test
72-
7339
ubuntu18-pg95-gcc7-jit:
7440
runs-on: ubuntu-18.04
7541

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ It also requires access to a database server running
7171

7272
Make sure you have installed the development packages for the libraries
7373
mentioned in the requirements section and a C++ compiler which supports C++14.
74+
We officially support gcc >= 7.0 and clang >= 8.
7475

7576
To rebuild the included man page you'll need the [pandoc](https://pandoc.org/)
7677
tool.

0 commit comments

Comments
 (0)