Skip to content

Commit bb151e8

Browse files
committed
Update CI
1 parent eb7cfb8 commit bb151e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: ['8.3']
11+
php: ['8.4']
1212
deps: ['stable']
1313

1414
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"pdepend/pdepend": "^2.16",
2727
"phpmd/phpmd" : "^2.15",
28-
"phpunit/phpunit": "~9.5.0",
28+
"phpunit/phpunit": "^9.6",
2929
"magento/magento-coding-standard": "*",
3030
"friendsofphp/php-cs-fixer": "^3.58"
3131
},

0 commit comments

Comments
 (0)