:octocat: PHP 8.5

This commit is contained in:
smiley
2026-03-14 21:20:44 +01:00
parent 9590ceef53
commit 0e3e27cca2
+2 -2
View File
@@ -19,14 +19,14 @@ jobs:
steps:
- name: "Checkout sources"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: main
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
php-version: "8.5"
extensions: opcache, ${{ env.PHP_EXTENSIONS }}
ini-values: ${{ env.PHP_INI_VALUES }}
coverage: none