From 18626dab95292b10e84b3a934dee713acf73a498 Mon Sep 17 00:00:00 2001 From: Ash Allen Date: Mon, 29 Aug 2022 23:42:08 +0100 Subject: [PATCH] Run workflows using PHP 8.2. --- .github/workflows/phpstan.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 370d9bb..95bd6dd 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1] + php: [8.0, 8.1, 8.2] laravel: [8.*, 9.*] include: - laravel: 8.* diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b82a071..65dd14b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1] + php: [8.0, 8.1, 8.2] laravel: [8.*, 9.*] include: - laravel: 9.*