Skip to content

Commit

Permalink
Add PHP v8 to the build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Mar 6, 2022
1 parent 968cde6 commit 0b04c73
Show file tree
Hide file tree
Showing 3 changed files with 885 additions and 296 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4']
php: ['7.3', '7.4', '8.0']
steps:
- name: Set up PHP
uses: shivammathur/setup-php@master
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "recoil/kernel",
"description": "Reusable components for implementing Recoil kernels.",
"require": {
"php": "^7.1",
"php": "^7.3|^8",
"icecave/repr": "^4|^3|^2",
"recoil/api": "^1"
"recoil/api": "dev-php-8"
},
"require-dev": {
"eloquent/phony": "^3.2",
"eloquent/phony": "dev-php-8",
"friendsofphp/php-cs-fixer": "^2",
"hamcrest/hamcrest-php": "^2",
"peridot-php/leo": "^1",
Expand Down Expand Up @@ -40,7 +40,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.1"
"php": "7.3"
}
}
}
Loading

0 comments on commit 0b04c73

Please sign in to comment.