Update test_suite.yml

This commit is contained in:
Sergio Brighenti 2021-07-31 13:24:39 +02:00 committed by GitHub
parent f99489cfe5
commit 7cd502837e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["7.2", "7.3", "7.4", "8.0"]
steps:
- uses: actions/checkout@v2