Skip to content

Commit

Permalink
Added support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Sep 7, 2021
1 parent 0116c89 commit 192297f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0'] #, '8.1'
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0'] #, '8.1'
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions docs/changes/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Dropped support for HHVM - [@sunspikes](https://github.com/sunspikes) GH-556
- PHP 7.1 is now supported - [@Progi1984](https://github.com/Progi1984) GH-355
- Added support PHP 7.4 to 8.0 & Removed support PHP < 7.1 - [@Progi1984](https://github.com/Progi1984) GH-636
- Added support for PHP 8.1 - [@Progi1984](https://github.com/Progi1984) GH-661
- Removed deprecated methods/classes - [@Progi1984](https://github.com/Progi1984) GH-650
- Migrated use of PHPExcel to PhpSpreadsheet - [@Progi1984](https://github.com/Progi1984) GH-652
- PhpOffice\PhpPresentation\Style\Color : Define only the transparency - [@Progi1984](https://github.com/Progi1984) GH-370
Expand Down

0 comments on commit 192297f

Please sign in to comment.