1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-18 05:38:40 +01:00

Add experimental testing for PHP 8

This commit is contained in:
Kovah 2020-06-29 18:41:39 +02:00
parent 59f537b9ed
commit 44c9f54802
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -44,8 +44,8 @@ jobs:
php-versions: ['7.2', '7.3', '7.4']
experimental: [false]
include:
- node: '8.0'
os: ubuntu-latest
- php-versions: '8.0'
operating-system: ubuntu-latest
experimental: true
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}