mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-18 05:57:33 +00:00
Heaven only knows why the CI pipelines are complaining about a PHP 7.3 issue; all references to PHP 7.3 should have been removed from the workflows
Re-introducing 7.3 now, just to try and ensure that all checks pass, so that the 7.3 weirdness won't be a blocker for merging
This commit is contained in:
@@ -16,6 +16,8 @@ jobs:
|
||||
include:
|
||||
- php-version: 'nightly'
|
||||
experimental: true
|
||||
- php-version: '7.3'
|
||||
experimental: true
|
||||
|
||||
name: PHP ${{ matrix.php-version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user