Skip to content

Commit

Permalink
Added PHP 8 into composer and CI workflows, fix minor CI issues from …
Browse files Browse the repository at this point in the history
…dep upgrade
  • Loading branch information
asgrim committed Feb 10, 2021
1 parent f8594bd commit 69cf293
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 82 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
env:
SCOUT_APM_KEY: ${{ secrets.SCOUT_APM_KEY }}
steps:
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: "none"
php-version: "7.4"
php-version: "8.0"
- name: "Install dependencies"
run: "composer install"
- name: "Run Psalm"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"keywords": ["performance", "apm", "monitoring", "development"],
"require": {
"php": ">=7.1.0,<7.5.0",
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*",
"ext-json": "*",
"ext-openssl": "*",
"ext-sockets": "*",
Expand Down
Loading

0 comments on commit 69cf293

Please sign in to comment.