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 Jul 29, 2021
1 parent e2f670e commit 575aafb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion docs/changes/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
## Changes
- Dropped support for HHVM - @sunspikes GH-556
- PHP 7.1 is now supported - @Progi1984 GH-355
- Added support PHP 7.4 to 8.0 & Removed support PHP < 7.1 - @Progi1984 GH-636
- Added support for PHP 7.4 to 8.0 & Removed support PHP < 7.1 - @Progi1984 GH-636
- Added support for PHP 8.1 - @Progi1984 GH-661
- Removed deprecated methods/classes - @Progi1984 GH-650
- Migrated use of PHPExcel to PhpSpreadsheet - @Progi1984 GH-652
- PhpOffice\PhpPresentation\Style\Color : Define only the transparency - @Progi1984 GH-370
Expand Down

0 comments on commit 575aafb

Please sign in to comment.