Skip to content

Commit

Permalink
Merge pull request #623 from Roave/feature/#571-upgrade-to-php-7.4
Browse files Browse the repository at this point in the history
#571 upgrade to php 7.4
  • Loading branch information
Ocramius committed May 28, 2020
2 parents 98870a8 + 93e3ba6 commit 7db694c
Show file tree
Hide file tree
Showing 172 changed files with 1,257 additions and 1,511 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmarks.yml
Expand Up @@ -34,7 +34,6 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
extensions: mbstring

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -33,7 +33,6 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
extensions: mbstring

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/compatibility.yml
Expand Up @@ -19,7 +19,6 @@ jobs:
dependencies:
- "locked"
php-version:
- "7.3"
- "7.4"
operating-system:
- "ubuntu-latest"
Expand All @@ -35,7 +34,6 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
extensions: mbstring

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/demo-scripts.yml
Expand Up @@ -33,7 +33,6 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
extensions: mbstring

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mutation-tests.yml
Expand Up @@ -33,7 +33,6 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
extensions: mbstring

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phpstan.yml
Expand Up @@ -33,7 +33,6 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
extensions: mbstring

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/phpunit.yml
Expand Up @@ -21,7 +21,6 @@ jobs:
- "highest"
- "locked"
php-version:
- "7.3"
- "7.4"
operating-system:
- "ubuntu-latest"
Expand All @@ -37,7 +36,6 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
extensions: mbstring

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/psalm.yml
Expand Up @@ -33,7 +33,6 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
extensions: mbstring

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
9 changes: 2 additions & 7 deletions composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Better Reflection - an improved code reflection API",
"license": "MIT",
"require": {
"php": ">=7.3.0,<7.5.0",
"php": ">=7.4.1,<7.5.0",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "2019.3",
"nikic/php-parser": "^4.4.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"require-dev": {
"doctrine/coding-standard": "^7.0.2",
"phpstan/phpstan": "^0.12.25",
"phpunit/phpunit": "^8.5.4",
"phpunit/phpunit": "^9.1.5",
"vimeo/psalm": "3.11.2",
"infection/infection": "^0.16.3"
},
Expand All @@ -60,11 +60,6 @@
"dev-master": "4.0-dev"
}
},
"config": {
"platform": {
"php": "7.3.0"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 7db694c

Please sign in to comment.