Commit c7550c1 1 parent be1f624 commit c7550c1 Copy full SHA for c7550c1
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
42
42
env :
43
43
TEST_DB_ENGINE : mysql
44
44
TEST_DB_PORT : ${{ job.services.mysql82.ports[3306] }}
45
- - name : Run Tests [postgres 11 ]
45
+ - name : Run Tests [postgres 12 ]
46
46
run : php vendor/bin/phpunit --stop-on-error --display-errors
47
47
env :
48
48
TEST_DB_ENGINE : pgsql
49
- TEST_DB_PORT : ${{ job.services.postgres11 .ports[5432] }}
49
+ TEST_DB_PORT : ${{ job.services.postgres12 .ports[5432] }}
50
50
TEST_DB_PASSWORD : postgres
51
51
- name : Run Tests [postgres 16]
52
52
run : php vendor/bin/phpunit --stop-on-error --display-errors
82
82
--health-timeout 5s
83
83
--health-retries 5
84
84
postgres11 :
85
- image : postgres:11
85
+ image : postgres:12
86
86
env :
87
87
POSTGRES_PASSWORD : postgres
88
88
POSTGRES_DB : history_test
You can’t perform that action at this time.
0 commit comments