Skip to content

Commit

Permalink
chore: Update the SA workflow to PHP 8.3 (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Feb 6, 2024
1 parent ec5d355 commit ebf8fc9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

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

- name: Install dependencies
run: composer install --no-progress --no-interaction --prefer-dist
Expand Down
5 changes: 4 additions & 1 deletion vendor-bin/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},
"config": {
"bin-dir": "bin",
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.3"
}
}
}
5 changes: 4 additions & 1 deletion vendor-bin/php-cs-fixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion vendor-bin/phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
},
"config": {
"bin-dir": "bin",
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.3"
}
}
}
15 changes: 9 additions & 6 deletions vendor-bin/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebf8fc9

Please sign in to comment.