Drop PHP 7.4 from CI matrix
Keeps CI aligned with the PHP-CS-Fixer run on PHP 8.5 and the currently supported runtime set.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user