From 4ac397ca2e0b854f4090350e9a6cc3f276c057d5 Mon Sep 17 00:00:00 2001 From: Wouter Date: Thu, 6 Jan 2022 09:59:28 +1300 Subject: [PATCH] Update github actions test matrix (#10) --- .github/workflows/run-tests.yml | 18 +++++++++++++----- .gitignore | 1 + 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index cb5bd63..1ff549e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,8 +10,8 @@ jobs: strategy: fail-fast: true matrix: - php: [7.2, 7.3, 7.4] laravel: [5.7.*, 6.*, 7.*, 8.*] + php: [7.2, 7.3, 7.4, 8.0, 8.1] include: - laravel: 8.* testbench: 6.* @@ -22,10 +22,18 @@ jobs: - laravel: 5.7.* testbench: 3.7.* exclude: - - laravel: 8.* - php: 7.2 - - name: PHP ${{ matrix.php }} / L ${{ matrix.laravel }} + - php: 7.2 + laravel: 8.* + - php: 8.0 + laravel: 5.7.* + - php: 8.1 + laravel: 7.* + - php: 8.1 + laravel: 6.* + - php: 8.1 + laravel: 5.7.* + + name: L ${{ matrix.laravel }} / PHP ${{ matrix.php }} steps: - name: Checkout code diff --git a/.gitignore b/.gitignore index 987e2a2..82cfc4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.idea composer.lock vendor