Skip to content

Commit

Permalink
Update guzzle-logger-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrextor committed Nov 19, 2024
1 parent 7fc7047 commit 8d3e694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guzzle-logger-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@2.25.1
with:
php-version: 8.2
php-version: '8.3'

- name: 🛠️Install dependencies
run: composer install --no-interaction --prefer-dist --no-progress
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Setup PHP with Xdebug
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
coverage: xdebug

- name: 🧪Run test suite
Expand Down

0 comments on commit 8d3e694

Please sign in to comment.