Skip to content

Commit

Permalink
3.0.1: added php 8.0/8.1
Browse files Browse the repository at this point in the history
* add php 8.0/8.1 matrix
* Added xdebug coverage mode
  • Loading branch information
DracoBlue authored Dec 2, 2022
1 parent eff5c29 commit 1b769ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:

strategy:
matrix:
tag: ['7.2', '7.3', '7.4']
tag: ['7.2', '7.3', '7.4', '8.0', '8.1']
fail-fast: false

runs-on: ubuntu-latest
container:
image: exozet/php-fpm:${{ matrix.tag }}
env:
PHP_XDEBUG_MODE: coverage
XDEBUG_MODE: coverage
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ element, you can do this:

- 3.0.1 (2022/12/02)
- dropped Travis CI for GitHub Actions
- added php 8.1+8.2 to test matrix
- 3.0.0 (2020/10/22)
- moved `dracoblue/naith` as a dev dependency
- dropped `phpoffice/phpexcel` for `phpoffice/phpspreadsheet` instead
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"phpoffice/phpspreadsheet": "^1.12",
"symfony/yaml": "^2.0 || ^3.0 || ^4.0"
},
Expand Down

0 comments on commit 1b769ae

Please sign in to comment.