From 1f6c1fb34722973bef342b6572809d01fd6b1cb0 Mon Sep 17 00:00:00 2001 From: pataar Date: Wed, 13 Mar 2024 11:17:37 +0100 Subject: [PATCH] add 8.2 and 8.3 tests --- .github/workflows/test-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-config.yml b/.github/workflows/test-config.yml index d752146..50f3f5d 100644 --- a/.github/workflows/test-config.yml +++ b/.github/workflows/test-config.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ '7.4', '8.0', '8.1' ] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] l5-swagger-flags: ['latest', 'swagger-php-3', 'swagger-ui-3'] name: PHP ${{ matrix.php }} - ${{ matrix.l5-swagger-flags }}