From 4b50015e41c68ce925ec7c0431921a7ddf906257 Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Mon, 13 Feb 2023 10:03:58 -0500 Subject: [PATCH] Tweak matrix build --- .github/workflows/test.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff100e0..1cc1559 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,15 +4,10 @@ on: - pull_request jobs: test: + runs-on: ubuntu-latest strategy: matrix: - operating-system: - - ubuntu-latest - php-version: - - '8.0' - - '8.1' - name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }} - runs-on: ${{ matrix.operating-system }} + php-version: ['8.0', '8.1', '8.2'] steps: - name: Checkout uses: actions/checkout@v2