Upgrade PHP version to 8.5 in lint workflow

Updated PHP version in setup and matrix configuration.
This commit is contained in:
Boy132
2026-05-04 13:40:59 +02:00
committed by GitHub
parent dee4e361bf
commit 725082020f

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
php-version: "8.5"
extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip
tools: composer:v2
coverage: none
@@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3, 8.4, 8.5]
php: [8.3, 8.4, 8.5]
steps:
- name: Code Checkout
uses: actions/checkout@v4