File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,32 +36,32 @@ jobs:
3636 PGHOST : /tmp
3737
3838
39- ubuntu16-pg93 -gcc5 :
39+ ubuntu16-pg95 -gcc5 :
4040 runs-on : ubuntu-16.04
4141
4242 env :
4343 CC : gcc-5
4444 CXX : g++-5
4545 LUA_VERSION : 5.1
4646 LUAJIT_OPTION : OFF
47- POSTGRESQL_VERSION : 9.3
48- POSTGIS_VERSION : 2.2
47+ POSTGRESQL_VERSION : 9.5
48+ POSTGIS_VERSION : 2.3
4949 BUILD_TYPE : Release
5050
5151 steps :
5252 - uses : actions/checkout@v2
5353 - uses : ./.github/actions/ubuntu-prerequisites
5454 - uses : ./.github/actions/build-and-test
5555
56- ubuntu16-pg94 -clang6 :
56+ ubuntu16-pg95 -clang6 :
5757 runs-on : ubuntu-16.04
5858
5959 env :
6060 CC : clang-6.0
6161 CXX : clang++-6.0
6262 LUA_VERSION : 5.2
6363 LUAJIT_OPTION : OFF
64- POSTGRESQL_VERSION : 9.4
64+ POSTGRESQL_VERSION : 9.5
6565 POSTGIS_VERSION : 2.3
6666 BUILD_TYPE : Release
6767
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Required libraries are
5757* [ Psycopg] ( http://initd.org/psycopg/ ) (only for running tests)
5858
5959It also requires access to a database server running
60- [ PostgreSQL] ( https://www.postgresql.org/ ) 9.3 + and
60+ [ PostgreSQL] ( https://www.postgresql.org/ ) 9.5 + and
6161[ PostGIS] ( http://www.postgis.net/ ) 2.2+.
6262
6363Make sure you have installed the development packages for the libraries
You can’t perform that action at this time.
0 commit comments