Update php.yml

This commit is contained in:
MatteoGheza 2020-05-20 20:44:33 +02:00 committed by GitHub
parent c367655f26
commit 02b71ce34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.3', '7.4']
name: PHP ${{ matrix.php-versions }}
steps:
- name: Checkout