From fd6f63eb63835edf6e3a4fa3c47f74e591b03b28 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 28 Feb 2024 14:05:15 +0000 Subject: [PATCH] verify-translations: use PHP 8.3 --- .github/workflows/verify-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-translations.yml b/.github/workflows/verify-translations.yml index 425a633f7..16004a621 100644 --- a/.github/workflows/verify-translations.yml +++ b/.github/workflows/verify-translations.yml @@ -17,7 +17,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@2.29.0 with: - php-version: 8.0 + php-version: 8.3 - name: Verify translations run: php .github/workflows/verify-translations.php ${{ github.workspace }}