Skip to content

Commit 5d1bddb

Browse files
committed
Update CI
1 parent bad78b5 commit 5d1bddb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/static-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: '8.2'
25+
php-version: '8.3'
2626

2727
- name: Install dependencies
2828
uses: ramsey/composer-install@v3

.github/workflows/tests.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
run: composer require --dev phpunit/phpunit ^9.3.9 --no-update
9090
if: matrix.php == '8.0' && matrix.dependencies == 'lowest'
9191

92+
# These dependencies are not used running the tests but can cause deprecation warnings so we remove them before running the tests
93+
- name: Remove unused dependencies
94+
run: composer remove vimeo/psalm phpstan/phpstan friendsofphp/php-cs-fixer --dev --no-interaction --no-update
95+
9296
- name: Install dependencies
9397
uses: ramsey/composer-install@v3
9498
with:

0 commit comments

Comments
 (0)