Skip to content

Commit 5bcb57f

Browse files
authored
Merge pull request #661 from Progi1984/php81
Added support for PHP 8.1
2 parents 6bea496 + 192297f commit 5bcb57f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
php: ['7.1', '7.2', '7.3', '7.4', '8.0'] #, '8.1'
50+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
5151
steps:
5252
- name: Setup PHP
5353
uses: shivammathur/setup-php@v2
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
php: ['7.1', '7.2', '7.3', '7.4', '8.0'] #, '8.1'
71+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
7272
steps:
7373
- name: Setup PHP
7474
uses: shivammathur/setup-php@v2

docs/changes/1.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Dropped support for HHVM - [@sunspikes](https://github.com/sunspikes) GH-556
1010
- PHP 7.1 is now supported - [@Progi1984](https://github.com/Progi1984) GH-355
1111
- Added support PHP 7.4 to 8.0 & Removed support PHP < 7.1 - [@Progi1984](https://github.com/Progi1984) GH-636
12+
- Added support for PHP 8.1 - [@Progi1984](https://github.com/Progi1984) GH-661
1213
- Removed deprecated methods/classes - [@Progi1984](https://github.com/Progi1984) GH-650
1314
- Migrated use of PHPExcel to PhpSpreadsheet - [@Progi1984](https://github.com/Progi1984) GH-652
1415
- PhpOffice\PhpPresentation\Style\Color : Define only the transparency - [@Progi1984](https://github.com/Progi1984) GH-370

0 commit comments

Comments
 (0)