Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Dec 30, 2023
1 parent cb2241f commit 5208430
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 @@ -99,20 +99,20 @@ jobs:

- name: Run psalm
if: success() || failure()
run: vendor/bin/psalm.phar --output-format=github --php-version=8.2
run: vendor/bin/psalm --output-format=github --php-version=8.2

- name: Run phpstan
if: success() || failure()
run: vendor/bin/phpstan.phar analyse --error-format=github
run: vendor/bin/phpstan analyse --error-format=github


testsuite-windows:
runs-on: windows-2019
name: Windows - PHP 7.4
name: Windows - PHP 8.2

env:
EXTENSIONS: mbstring, intl, gd
PHP_VERSION: '7.4'
PHP_VERSION: '8.2'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5208430

Please sign in to comment.