Skip to content

Commit c7550c1

Browse files
Change the lowest Postgres version to v12 in CI
1 parent be1f624 commit c7550c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
env:
4343
TEST_DB_ENGINE: mysql
4444
TEST_DB_PORT: ${{ job.services.mysql82.ports[3306] }}
45-
- name: Run Tests [postgres 11]
45+
- name: Run Tests [postgres 12]
4646
run: php vendor/bin/phpunit --stop-on-error --display-errors
4747
env:
4848
TEST_DB_ENGINE: pgsql
49-
TEST_DB_PORT: ${{ job.services.postgres11.ports[5432] }}
49+
TEST_DB_PORT: ${{ job.services.postgres12.ports[5432] }}
5050
TEST_DB_PASSWORD: postgres
5151
- name: Run Tests [postgres 16]
5252
run: php vendor/bin/phpunit --stop-on-error --display-errors
@@ -82,7 +82,7 @@ jobs:
8282
--health-timeout 5s
8383
--health-retries 5
8484
postgres11:
85-
image: postgres:11
85+
image: postgres:12
8686
env:
8787
POSTGRES_PASSWORD: postgres
8888
POSTGRES_DB: history_test

0 commit comments

Comments
 (0)