From 0b722a79045fbcfae1cd33234bf8602392562b28 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 10 Feb 2022 17:11:21 +0200 Subject: [PATCH] Tweaks --- .github/workflows/php.yml | 4 +++- .gitignore | 2 +- .travis.yml | 7 ++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 257eafb..e9edec1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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 diff --git a/.gitignore b/.gitignore index dfd6caa..8b7ef35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /vendor -composer.lock \ No newline at end of file +composer.lock diff --git a/.travis.yml b/.travis.yml index 5e4891f..6f611cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: php php: - - 7.0 - - 7.1 - - 7.2 + - 7.3 + - 7.4 + - 8.0 + - 8.1 - nightly matrix: allow_failures: