mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
Merge pull request #2890 from PHPOffice/PHP82-Experimental-in-CI-Pipeline
Add PHP 8.2 with allow fail
This commit is contained in:
@@ -13,6 +13,10 @@ jobs:
|
||||
- '8.0'
|
||||
- '8.1'
|
||||
|
||||
include:
|
||||
- php-version: '8.2'
|
||||
experimental: true
|
||||
|
||||
name: PHP ${{ matrix.php-version }}
|
||||
|
||||
steps:
|
||||
@@ -39,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Delete composer lock file
|
||||
id: composer-lock
|
||||
if: ${{ matrix.php-version == '8.1' }}
|
||||
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' }}
|
||||
run: |
|
||||
rm composer.lock
|
||||
echo "::set-output name=flags::--ignore-platform-reqs"
|
||||
|
||||
Reference in New Issue
Block a user