Skip to content

Commit 3339899

Browse files
committed
build: upd deps
1 parent 3439999 commit 3339899

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "LGPL-3.0-or-later",
66
"require": {
77
"php": ">=8.0.2",
8-
"symfony/process": "^5.4||^6.0||^7.0"
8+
"symfony/process": "^5.4||^6.4||^7.0"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^9.6",
12-
"friendsofphp/php-cs-fixer": "^3.46"
11+
"phpunit/phpunit": "^9.6.22",
12+
"friendsofphp/php-cs-fixer": "^3.68.5"
1313
},
1414
"authors": [
1515
{

tests/PhpTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
*/
1515
class PhpTest extends TestCase
1616
{
17-
/**
18-
* @var Php
19-
*/
20-
private $syntax;
17+
private Php $syntax;
2118

2219
protected function setUp(): void
2320
{

0 commit comments

Comments
 (0)