Skip to content

Commit

Permalink
Merge pull request #661 from Progi1984/php81
Browse files Browse the repository at this point in the history
Added support for PHP 8.1
  • Loading branch information
Progi1984 authored Sep 15, 2021
2 parents 6bea496 + 192297f commit 5bcb57f
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 5bcb57f

Please sign in to comment.