🔥 PHP 8.4

This commit is contained in:
smiley
2025-03-14 20:17:29 +01:00
parent c20c26a8f4
commit 9590ceef53
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
php-version: "8.4"
extensions: opcache, ${{ env.PHP_EXTENSIONS }}
ini-values: ${{ env.PHP_INI_VALUES }}
coverage: none