From 3d4705bee53b54052a781ac1726a0ac8001374c4 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 13 Sep 2024 08:00:08 +0200 Subject: [PATCH] GH Actions: run CS check against PHP "latest" ... as WordPressCS will not throw deprecations anymore. --- .github/workflows/cs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 3f5d958..6e2da80 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -22,7 +22,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: 'latest' tools: cs2pr coverage: none