Skip to content

Commit 102949c

Browse files
authored
Merge pull request #18 from magento-commerce/imported-magento-magento-coding-standard-219
[Imported] The `phpunit/phpunit` composer dependency has been updated to 9.5.8 [WIP]
2 parents 1ca7ced + 3f5b497 commit 102949c

File tree

5 files changed

+1100
-242
lines changed

5 files changed

+1100
-242
lines changed

.github/workflows/php.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,14 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php-version:
17-
- "7.2"
1817
- "7.3"
1918
- "7.4"
19+
- "8.0"
2020
dependencies:
2121
- "lowest"
2222
- "highest"
2323
experimental:
2424
- false
25-
include:
26-
- php-version: "8.0"
27-
dependencies: "highest"
28-
composer-options: "--ignore-platform-reqs"
2925
name: Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
3026

3127
steps:

Magento2/Tests/GraphQL/AbstractGraphQLSniffUnitTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class AbstractGraphQLSniffUnitTestCase extends AbstractSniffUnitTest
1616
/**
1717
* @inheritDoc
1818
*/
19-
protected function setUp()
19+
protected function setUp(): void
2020
{
2121
//let parent do its job
2222
parent::setUp();

0 commit comments

Comments
 (0)