Update test_suite.yml
This commit is contained in:
parent
f99489cfe5
commit
7cd502837e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test_suite.yml
vendored
5
.github/workflows/test_suite.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue