Skip to content

Commit 26f003e

Browse files
committed
remove pg 13
1 parent 7c61388 commit 26f003e

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
target:
1717
- test-sqlite
18-
- test-postgres-13
1918
- test-postgres-14
2019
- test-postgres-15
2120
- test-postgres-16
@@ -28,7 +27,7 @@ jobs:
2827
- test-mysql-8.0.44
2928
- test-mysql-8.4
3029
- test-mysql-9.5.0
31-
30+
3231
steps:
3332
- name: Checkout repository
3433
uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resources/public/admin:
2323
# All other phony targets run lrsql instances that can be used and tested
2424
# during development. All start up with fixed DB properties and seed creds.
2525

26-
.phony: clean-dev, ci, ephemeral, ephemeral-prod, sqlite, postgres, mariadb, mysql, bench, bench-async, keycloak-demo, ephemeral-oidc, superset-demo, clamav-demo, test-sqlite, test-postgres, test-postgres-11, test-postgres-12, test-postgres-13, test-postgres-14, test-postgres-15, test-mariadb, test-mariadb-10.6, test-mariadb-10.11, test-mariadb-11.4, test-mariadb-11.7.2, test-mariadb-11.8, test-mysql, test-mysql-8.0.44, test-mysql-8.4, test-mysql-9.5.0
26+
.phony: clean-dev, ci, ephemeral, ephemeral-prod, sqlite, postgres, mariadb, mysql, bench, bench-async, keycloak-demo, ephemeral-oidc, superset-demo, clamav-demo, test-sqlite, test-postgres, test-postgres-14, test-postgres-15, test-mariadb, test-mariadb-10.6, test-mariadb-10.11, test-mariadb-11.4, test-mariadb-11.7.2, test-mariadb-11.8, test-mysql, test-mysql-8.0.44, test-mysql-8.4, test-mysql-9.5.0
2727

2828
clean-dev:
2929
rm -rf *.db *.log resources/public tmp
@@ -45,9 +45,6 @@ TEST_MYSQL_COMMAND ?= clojure -M:test -m lrsql.test-runner --database mysql $(if
4545
test-postgres:
4646
$(TEST_PG_COMMAND)
4747

48-
test-postgres-13:
49-
LRSQL_TEST_DB_VERSION=13 $(TEST_PG_COMMAND)
50-
5148
test-postgres-14:
5249
LRSQL_TEST_DB_VERSION=14 $(TEST_PG_COMMAND)
5350

doc/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `connection`, `lrs`, and `webserver` sections of the config can then be set
101101

102102
### Supported Versions
103103

104-
SQL LRS supports PostgreSQL versions 11 through 15. It is tested against the [current minor point release](https://www.postgresql.org/support/versioning/) of each version.
104+
SQL LRS supports PostgreSQL versions 14 through 17. It is tested against the [current minor point release](https://www.postgresql.org/support/versioning/) of each version.
105105

106106
### Unix Socket Support
107107

0 commit comments

Comments
 (0)