Skip to content

Commit 92ddf1e

Browse files
committed
Allow PHP 8; bump dependencies
1 parent de5643a commit 92ddf1e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-18.04
5757
strategy:
5858
matrix:
59-
php-version: ['7.1', '7.2', '7.3', '7.4']
59+
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
6060

6161
steps:
6262
- uses: actions/checkout@v2
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-18.04
7979
strategy:
8080
matrix:
81-
php-version: ['7.1', '7.2', '7.3', '7.4']
81+
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
8282

8383
steps:
8484
- uses: actions/checkout@v2
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-18.04
100100
strategy:
101101
matrix:
102-
php-version: ['7.1', '7.2', '7.3', '7.4']
102+
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
103103

104104
steps:
105105
- uses: actions/checkout@v2

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
}
3232
},
3333
"require": {
34-
"php": "^7.1",
34+
"php": "^7.1 || ^8.0",
3535
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
36-
"slevomat/coding-standard": "~6.4.0",
37-
"squizlabs/php_codesniffer": "^3.4.0"
36+
"slevomat/coding-standard": "~6.4.1",
37+
"squizlabs/php_codesniffer": "^3.5.8"
3838
},
3939
"require-dev": {
4040
"symfony/phpunit-bridge": "^5.1"

0 commit comments

Comments
 (0)