This commit is contained in:
Ismo Vuorinen
2022-02-10 17:11:21 +02:00
parent 178d55dfc6
commit 0b722a7904
3 changed files with 8 additions and 5 deletions

View File

@@ -7,8 +7,9 @@ on:
branches: [ master ]
jobs:
composer:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
@@ -18,6 +19,7 @@ jobs:
- operating-system: 'ubuntu-latest'
php-versions: '7.3'
phpunit-versions: '8.5.21'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2