Skip to content

Commit 4c59212

Browse files
committed
build: upd deps
1 parent 3ec82d9 commit 4c59212

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,22 @@ jobs:
4646
composer-flags: '--prefer-lowest'
4747
job-description: 'Ubuntu; PHP 8.3; lowest-deps'
4848

49+
- operating-system: 'ubuntu-latest'
50+
php-version: '8.4'
51+
job-description: 'Ubuntu; PHP 8.4; latest-deps'
52+
53+
- operating-system: 'ubuntu-latest'
54+
php-version: '8.4'
55+
composer-flags: '--prefer-lowest'
56+
job-description: 'Ubuntu; PHP 8.4; lowest-deps'
57+
4958
- operating-system: 'windows-latest'
50-
php-version: '8.3'
51-
job-description: 'Windows; PHP 8.3; latest-deps'
59+
php-version: '8.4'
60+
job-description: 'Windows; PHP 8.4; latest-deps'
5261

5362
- operating-system: 'macos-latest'
54-
php-version: '8.3'
55-
job-description: 'MacOS; PHP 8.3; latest-deps'
63+
php-version: '8.4'
64+
job-description: 'MacOS; PHP 8.4; latest-deps'
5665

5766
name: ${{ matrix.job-description }}
5867

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.6",
21-
"friendsofphp/php-cs-fixer": "^3.46",
22-
"phpstan/phpstan": "^1.10"
21+
"friendsofphp/php-cs-fixer": "^3.68",
22+
"phpstan/phpstan": "^2"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)