File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 50
50
composer install
51
51
52
52
- name : Execute lint tests with Laravel preset
53
- if : matrix.php == '8.4'
54
- run : PINT_IGNORE_ENV=1 ./pint --test
55
-
56
- - name : Execute lint tests with Laravel preset
57
- if : matrix.php != '8.4'
58
53
run : ./pint --test
59
54
60
55
- name : Execute static analysis
Original file line number Diff line number Diff line change @@ -57,14 +57,6 @@ protected function configure()
57
57
*/
58
58
public function handle ($ fixCode , $ elaborateSummary )
59
59
{
60
- if (! ($ _ENV ['PINT_IGNORE_ENV ' ] ?? false ) && version_compare (PHP_VERSION , '8.4.0 ' , '>= ' )) {
61
- $ this ->warn ('PHP 8.4 is not currently supported by PHP CS Fixer and you may encounter unexpected behavior. ' );
62
- $ this ->warn ('You can still force Pint to run by setting the environment variable: ' );
63
- $ this ->warn ('PINT_IGNORE_ENV=1 vendor/bin/pint ' );
64
-
65
- return 1 ;
66
- }
67
-
68
60
[$ totalFiles , $ changes ] = $ fixCode ->execute ();
69
61
70
62
return $ elaborateSummary ->execute ($ totalFiles , $ changes );
You can’t perform that action at this time.
0 commit comments