Update PHP version to 8.5 in build workflow

This commit is contained in:
Boy132
2026-05-04 13:40:13 +02:00
committed by GitHub
parent ef6e5b87d2
commit dee4e361bf

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: "8.5"
extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip
tools: composer:v2
coverage: none