From d88c67e701e6f8d9baf885d0a4e78ad9bf30cf27 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Fri, 5 Apr 2024 10:49:12 -0700 Subject: [PATCH] Update versions used in test matrix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7731d5..3fb15b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.1 + php-version: 8.2 coverage: none - name: Install dependencies @@ -55,7 +55,7 @@ jobs: - name: Install PHP with extensions uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.2 coverage: none extensions: intl @@ -83,7 +83,7 @@ jobs: - windows-latest php-version: - - "8.1" + - "8.2" php-ini-values: - assert.exception=1, zend.assertions=1