MOBILE-4653 gha: Update php and pgsql
parent
76249b2cc0
commit
9272e4b2fd
|
@ -105,7 +105,7 @@ jobs:
|
||||||
services:
|
services:
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13
|
image: postgres:14
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: 'postgres'
|
POSTGRES_USER: 'postgres'
|
||||||
POSTGRES_HOST_AUTH_METHOD: 'trust'
|
POSTGRES_HOST_AUTH_METHOD: 'trust'
|
||||||
|
@ -125,7 +125,7 @@ jobs:
|
||||||
|
|
||||||
- uses: shivammathur/setup-php@v2
|
- uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 8.1
|
php-version: 8.2
|
||||||
ini-values: max_input_vars=5000
|
ini-values: max_input_vars=5000
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue