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 14, 2021
1 parent 3f60600 commit 0c68bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['7.4']
php-version: ['7.4', '8.0']
name: 'Coverage'
steps:
- name: Checkout
Expand Down Expand Up @@ -81,7 +81,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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"issues": "http://github.com/innmind/di/issues"
},
"require": {
"php": "~7.4"
"php": "~7.4|~8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0c68bb6

Please sign in to comment.