Skip to content

Commit bebe474

Browse files
authored
Allow PHP8 (#6)
1 parent 1cbc2f6 commit bebe474

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
max-parallel: 10
3838
matrix:
39-
php: ['7.2', '7.3', '7.4']
39+
php: ['7.2', '7.3', '7.4', '8.0']
4040

4141
steps:
4242
- name: Set up PHP
@@ -46,7 +46,6 @@ jobs:
4646
coverage: xdebug
4747
ini-values: xdebug.overload_var_dump=1
4848
extensions: mbstring, intl
49-
tools: prestissimo
5049

5150
- name: Checkout code
5251
uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2",
13+
"php": ">= 7.2",
1414
"psr/http-client": "^1.0",
1515
"psr/http-factory": "^1.0"
1616
},

0 commit comments

Comments
 (0)