From 946df668dc0f4cd61e01e93f4751589deda5b912 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Wed, 13 Dec 2023 21:55:59 -0500 Subject: [PATCH] Add PHP 8.3 to test suite Ref https://github.com/userfrosting/UserFrosting/issues/1234 --- .github/workflows/Build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index c7607d5c8..e0f501d5f 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php_versions: ['8.0', '8.1', '8.2'] + php_versions: ['8.0', '8.1', '8.2', '8.3'] runs-on: ubuntu-latest name: PHPUnit - PHP ${{ matrix.php_versions }} - Memory SQLite @@ -69,7 +69,7 @@ jobs: strategy: fail-fast: false matrix: - php_versions: ['8.0', '8.1', '8.2'] + php_versions: ['8.0', '8.1', '8.2', '8.3'] runs-on: ubuntu-latest name: PHPUnit - PHP ${{ matrix.php_versions }} - MySQL @@ -148,7 +148,7 @@ jobs: strategy: fail-fast: false matrix: - php_versions: ['8.0', '8.1', '8.2'] + php_versions: ['8.0', '8.1', '8.2', '8.3'] runs-on: ubuntu-latest name: PHPUnit - PHP ${{ matrix.php_versions }} - SQLite @@ -210,7 +210,7 @@ jobs: strategy: fail-fast: false matrix: - php_versions: ['8.0', '8.1', '8.2'] + php_versions: ['8.0', '8.1', '8.2', '8.3'] runs-on: ubuntu-latest name: PHPUnit - PHP ${{ matrix.php_versions }} - PostgreSQL @@ -278,7 +278,7 @@ jobs: strategy: fail-fast: false matrix: - php_versions: ['8.0', '8.1', '8.2'] + php_versions: ['8.0', '8.1', '8.2', '8.3'] runs-on: windows-latest name: PHPUnit - PHP ${{ matrix.php_versions }} - Windows