Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Nov 24, 2024
1 parent 95c93f2 commit 7ff4c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.3"
- name: Run Script
run: |
composer global require friendsofphp/php-cs-fixer
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
- name: Run Script
run: |
composer install
Expand Down

0 comments on commit 7ff4c21

Please sign in to comment.