File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 54
54
DB_INIT : docker run -d -e POSTGRES_PASSWORD=nhsp_test -p 15432:5432 -v ./Tests.NHibernate.Spatial.PostGis20/initdb:/docker-entrypoint-initdb.d postgis/postgis:12-2.5
55
55
TEST_PROJECT : Tests.NHibernate.Spatial.PostGis20
56
56
57
+ - DB : PostGis20 (PostgreSQL 12 PostGIS 3.4)
58
+ DB_INIT : docker run -d -e POSTGRES_PASSWORD=nhsp_test -p 15432:5432 -v ./Tests.NHibernate.Spatial.PostGis20/initdb:/docker-entrypoint-initdb.d postgis/postgis:12-3.4
59
+ TEST_PROJECT : Tests.NHibernate.Spatial.PostGis20
60
+
61
+ - DB : PostGis20 (PostgreSQL 16 PostGIS 3.4)
62
+ DB_INIT : docker run -d -e POSTGRES_PASSWORD=nhsp_test -p 15432:5432 -v ./Tests.NHibernate.Spatial.PostGis20/initdb:/docker-entrypoint-initdb.d postgis/postgis:16-3.4
63
+ TEST_PROJECT : Tests.NHibernate.Spatial.PostGis20
64
+
57
65
steps :
58
66
- name : Checkout repository
59
67
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments