mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Enable php8 in build matrix
This commit is contained in:
@@ -64,17 +64,13 @@ jobs:
|
|||||||
phpunit:
|
phpunit:
|
||||||
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
|
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
continue-on-error: ${{ matrix.php-versions == '8.0' }}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system:
|
operating-system:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
- macOS-latest
|
- macOS-latest
|
||||||
php-versions: ['7.2', '7.3', '7.4']
|
php-versions: ['7.2', '7.3', '7.4', '8.0']
|
||||||
include:
|
|
||||||
- operating-system: ubuntu-latest
|
|
||||||
php-versions: '8.0'
|
|
||||||
env:
|
env:
|
||||||
extensions: mbstring
|
extensions: mbstring
|
||||||
key: cache-v1 # can be any string, change to clear the extension cache.
|
key: cache-v1 # can be any string, change to clear the extension cache.
|
||||||
|
|||||||
Reference in New Issue
Block a user