Skip to content

Commit 74f7589

Browse files
Run CI against PHP 8.4 (#244)
1 parent b82cca5 commit 74f7589

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- php: '8.1'
2222
- php: '8.2'
2323
- php: '8.3'
24+
- php: '8.4'
2425
ignore-php-version: true
2526
calculate-code-coverage: true
2627
- doctrine-orm: '2.14'
@@ -33,7 +34,7 @@ jobs:
3334
- name: Set up PHP with PECL extension
3435
uses: shivammathur/setup-php@v2
3536
with:
36-
php-version: ${{ matrix.php || '8.3' }}
37+
php-version: ${{ matrix.php || '8.4' }}
3738
coverage: xdebug
3839
extensions: ctype, json, mbstring
3940
tools: composer

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"phpstan/phpstan": "^1.12.11",
5151
"phpstan/phpstan-phpunit": "^1.4.1",
5252
"phpunit/phpunit": "^10.5.38",
53-
"qossmic/deptrac": "^2.0.0-alpha",
53+
"qossmic/deptrac": "^2.0.4",
5454
"rector/rector": "^1.2.10",
5555
"symfony/cache": "^6.4||^7.0"
5656
},

0 commit comments

Comments
 (0)