diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9ee7ccd..df151d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,6 +2,9 @@ name: tests on: push: + branches: + - master + - '*.x' pull_request: schedule: - cron: '0 0 * * *' @@ -13,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['8.0', 8.1] + php: ['8.0', 8.1, 8.2] laravel: [9.x] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}