Skip to content

Commit a01150e

Browse files
Merge branch '3.6' into 4.1
2 parents 565a21a + 543f87a commit a01150e

File tree

4 files changed

+3
-20
lines changed

4 files changed

+3
-20
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/.github export-ignore
77
/.gitignore export-ignore
88
/.github export-ignore
9-
/.travis.yml export-ignore
109
/Makefile export-ignore
1110
/phpstan.src.neon.dist export-ignore
1211
/phpstan.tests.neon.dist export-ignore

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
14+
php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
1515

1616
steps:
1717
- name: Checkout Code
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
timeout_minutes: 5
4242
max_attempts: 5
43-
command: composer update --no-interaction --no-progress --ignore-platform-reqs
43+
command: composer update --no-interaction --no-progress --ignore-platform-req=php
4444
if: "matrix.php >= 8"
4545

4646
- name: Execute PHPUnit

.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-filter": "*",
2525
"ext-pcre": "*",
2626
"bamarni/composer-bin-plugin": "^1.4.1",
27-
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
27+
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)