diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d6cf7f407..fce193c8c 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] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 6762200af..bf44d9bd2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^8.0", "ext-json": "*", - "firebase/php-jwt": "^6.0", + "firebase/php-jwt": "^6.3.1", "illuminate/auth": "^9.0", "illuminate/console": "^9.0", "illuminate/container": "^9.0",