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

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
/vendor /vendor
composer.lock composer.lock

View File

@@ -1,8 +1,9 @@
language: php language: php
php: php:
- 7.0 - 7.3
- 7.1 - 7.4
- 7.2 - 8.0
- 8.1
- nightly - nightly
matrix: matrix:
allow_failures: allow_failures: