Update php.yml

This commit is contained in:
Dante 2022-02-26 02:28:17 -03:00 committed by GitHub
parent dabb7262b5
commit 7eb8a46366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
name: Build and test web3.php with ${{ matrix.php-version }} name: Build and test web3.php with ${{ matrix.php-version }}
strategy: strategy:
matrix: matrix:
php-version: ["7.3", "7.4"] php-version: ["7.3", "7.4", "8.0"]
runs-on: ubuntu-latest runs-on: ubuntu-latest