Drop PHP 7.4 from CI matrix
CI / PHP lint (8.1) (push) Successful in 55s
CI / PHP lint (8.5) (push) Successful in 48s
CI / Coding standards (push) Successful in 1m7s

Keeps CI aligned with the PHP-CS-Fixer run on PHP 8.5 and the currently supported runtime set.
This commit is contained in:
Heat module snapshot
2026-06-11 19:34:12 +02:00
parent 73f34c920f
commit cffeb5eed3
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.4', '8.1', '8.5']
php-version: ['8.1', '8.5']
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2