Skip to content

Commit

Permalink
build: upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Feb 1, 2025
1 parent 5294c3b commit a306353
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,22 @@ jobs:
composer-flags: '--prefer-lowest'
job-description: 'Ubuntu; PHP 8.3; lowest-deps'

- operating-system: 'ubuntu-latest'
php-version: '8.4'
job-description: 'Ubuntu; PHP 8.4; latest-deps'

- operating-system: 'ubuntu-latest'
php-version: '8.4'
composer-flags: '--prefer-lowest'
job-description: 'Ubuntu; PHP 8.4; lowest-deps'

- operating-system: 'windows-latest'
php-version: '8.3'
job-description: 'Windows; PHP 8.3; latest-deps'
php-version: '8.4'
job-description: 'Windows; PHP 8.4; latest-deps'

- operating-system: 'macos-latest'
php-version: '8.3'
job-description: 'MacOS; PHP 8.3; latest-deps'
php-version: '8.4'
job-description: 'MacOS; PHP 8.4; latest-deps'


name: ${{ matrix.job-description }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require-dev": {
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.46"
"friendsofphp/php-cs-fixer": "^3.68"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a306353

Please sign in to comment.