From 4e0e9dfae2b427aff8b2265fefa3e81280e7f50f Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 18:35:14 +0000 Subject: [PATCH] Update GitHub Actions for Laravel 11 --- .github/workflows/phpunit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index f04b98b..5048da3 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -1,6 +1,7 @@ name: PHPUnit -on: [pull_request] +on: + - pull_request jobs: phpunit: @@ -8,7 +9,7 @@ jobs: strategy: matrix: - php: [ '7.3', '7.4', '8.0', '8.1' ] + php: ['7.3', '7.4', '8.0', '8.1', '8.2'] steps: - name: Cancel Previous Run