Skip to content

Commit

Permalink
fix: Fixed GitHub Action syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
holmey committed Jan 12, 2024
1 parent 1aff8fc commit f8f7679
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
with:
php-version: 8.3
- name: Install Composer dependencies
run: composer install
- name: Run PHPStan
Expand All @@ -36,8 +36,8 @@ jobs:
fetch-depth: 2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
with:
php-version: 8.3
- name: Install Composer dependencies
run: composer install
- name: Run php-cs-fixer
Expand Down

0 comments on commit f8f7679

Please sign in to comment.