From 63417d3c669cd496120505cef08f583442398c6b Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 1 Nov 2022 10:26:06 +0100 Subject: [PATCH 1/2] Test on PHP 8.2 --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }} From 28d63e4011cf0190039fc20ef708777ce2ad1320 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 2 Nov 2022 11:00:08 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",