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

Remove experimental testing for PHP 8

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

View File

@ -36,17 +36,11 @@ jobs:
test-php:
runs-on: ${{ matrix.operating-system }}
continue-on-error: ${{ matrix.experimental }}
needs: test-js
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4']
experimental: [false]
include:
- php-versions: '8.0'
operating-system: ubuntu-latest
experimental: true
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}