From 6ac390c7cddaacc82118b2dac0cc3787a936a850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Brekelmans?= Date: Thu, 7 Sep 2023 18:35:36 +0200 Subject: [PATCH] Use PHP8.2 in release action (#78) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7ecab5..28e36c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: - php-version: 7.2 + php-version: 8.2 extensions: zip coverage: none tools: phive