Skip to content

Commit

Permalink
MOBILE-4653 gha: Update php and pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Dec 2, 2024
1 parent 76249b2 commit 9272e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
services:

postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand All @@ -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

Expand Down

0 comments on commit 9272e4b

Please sign in to comment.