Skip to content

Commit

Permalink
allow php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Feb 6, 2021
1 parent c840c24 commit 9798fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['7.4']
php-version: ['7.4', '8.0']
name: 'PHPUnit'
steps:
- name: Checkout
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.4']
php-version: ['7.4', '8.0']
name: 'Psalm'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"issues": "http://github.com/Innmind/Http/issues"
},
"require": {
"php": "~7.4",
"php": "~7.4|~8.0",
"innmind/url": "~3.0",
"innmind/immutable": "~3.0",
"innmind/filesystem": "~4.0",
Expand Down

0 comments on commit 9798fca

Please sign in to comment.