From e0c33faa83244fe4c7cd2cbaa821e3b132122d49 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Tue, 26 Nov 2024 11:21:20 -0800 Subject: [PATCH] add tests --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58161a7ad..5441f81fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,15 +23,16 @@ jobs: strategy: matrix: os: ['ubuntu-22.04'] - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2', '8.3', '8.4'] coverage: ['none'] include: - os: 'ubuntu-22.04' - php: '8.2' + php: '8.4' coverage: 'pcov' # Only test pre-installed (i.e. fast) versions of PHP on Windows. + # https://github.com/shivammathur/setup-php?tab=readme-ov-file#github-hosted-runners - os: 'windows-2022' - php: '8.2' + php: '8.3' coverage: 'none' steps: - name: Prepare Git