From 851e4f67383580cf9219013675d10a031dc8bde1 Mon Sep 17 00:00:00 2001 From: Mark Dorison Date: Mon, 27 Nov 2023 10:37:50 -0500 Subject: [PATCH] [Backport 3.x] Bump shivammathur/setup-php from 2.27.1 to 2.28.0 (#184) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9f1c85..52ce4e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PHP - uses: shivammathur/setup-php@2.27.0 + uses: shivammathur/setup-php@2.28.0 with: php-version: ${{ matrix.php }}