Skip to content

Commit f642388

Browse files
committed
Merge branch 'stable'
2 parents 7fbdf70 + 435990f commit f642388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "!contains(github.event.head_commit.message, '[ci skip]')"
99
strategy:
1010
matrix:
11-
php: ['7.2', '7.3', '7.4']
11+
php: ['7.2', '7.3', '7.4', '8.0']
1212
name: PHP ${{ matrix.php }}
1313
steps:
1414
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php-64bit": "*"
99
},
1010
"require-dev": {
11-
"phpstan/phpstan": "0.12.63",
11+
"phpstan/phpstan": "0.12.67",
1212
"phpstan/extension-installer": "^1.0",
1313
"phpstan/phpstan-strict-rules": "^0.12.4"
1414
},

0 commit comments

Comments
 (0)