Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKay committed Jun 10, 2024
1 parent 4028eda commit 616443a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: shivammathur/setup-php@v2
if: steps.cache-vendor.outputs.cache-hit != 'true'
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2

- name: Install Composer dependencies
Expand All @@ -44,7 +44,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2

- name: Build
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2

- name: Build
Expand Down

0 comments on commit 616443a

Please sign in to comment.