From 85df1a4ec7a092fcb23966c872eee139c9a6db2e Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Thu, 23 Feb 2023 12:48:24 -0700 Subject: [PATCH] ci(laravel): add PHP 8.2 to test matrix --- .github/workflows/laravel.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yaml b/.github/workflows/laravel.yaml index 5f0d37de2..781b2eba8 100644 --- a/.github/workflows/laravel.yaml +++ b/.github/workflows/laravel.yaml @@ -50,6 +50,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: + # TODO: Update to 8.2 once php-cs-fixer supports it php-version: 8.1 extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip tools: composer:v2 @@ -67,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1] + php: [8.1, 8.2] database: ["mariadb:10.2", "mariadb:10.9", "mysql:8"] services: database: @@ -140,7 +141,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1] + php: [8.1, 8.2] database: ["postgres:13", "postgres:14", "postgres:15"] services: database: