From f247e973c1405000942aed19691a07e64e1933f9 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 2 Jan 2025 16:27:15 -0600 Subject: [PATCH] working on github actions --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 91aa78f..260884d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -10,8 +10,8 @@ jobs: build: strategy: matrix: - operating-system: ['ubuntu-22.04', 'ubuntu-24.04'] - php-versions: ['7.1', '7.3', '8.0', '8.4'] + operating-system: ['ubuntu-24.04'] + php-versions: ['8.0', '8.4'] phpunit-versions: ['latest'] runs-on: ${{ matrix.operating-system }} steps: