Skip to content

Commit a306353

Browse files
committed
build: upd deps
1 parent 5294c3b commit a306353

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
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

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.6",
19-
"friendsofphp/php-cs-fixer": "^3.46"
19+
"friendsofphp/php-cs-fixer": "^3.68"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)