MOBILE-4653 gha: Update php and pgsql

main
Pau Ferrer Ocaña 2024-12-02 11:14:43 +01:00
parent 76249b2cc0
commit 9272e4b2fd
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ jobs:
services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
@ -125,7 +125,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
ini-values: max_input_vars=5000
coverage: none