MOBILE-4653 gha: Update php and pgsql
This commit is contained in:
parent
76249b2cc0
commit
9272e4b2fd
4
.github/workflows/acceptance.yml
vendored
4
.github/workflows/acceptance.yml
vendored
@ -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…
x
Reference in New Issue
Block a user