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:
parent
44c9f54802
commit
4a356fc5cf
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user