File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed
tests/Sniffs/Variables/data Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 2222 - " 7.3"
2323 - " 7.4"
2424 - " 8.0"
25+ - " 8.1"
2526
2627 steps :
2728 - name : " Checkout"
@@ -123,6 +124,7 @@ jobs:
123124 - " 7.3"
124125 - " 7.4"
125126 - " 8.0"
127+ - " 8.1"
126128 operating-system : ["ubuntu-latest", "windows-latest"]
127129
128130 steps :
@@ -144,7 +146,7 @@ jobs:
144146 restore-keys : " php-${{ matrix.php-version }}-composer-"
145147
146148 - name : " Reset composer platform"
147- if : matrix.php-version == '7.1' || matrix.php-version == '7.2'
149+ if : matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '8.1'
148150 run : " composer config --unset platform"
149151
150152 - name : " Install lowest dependencies"
Original file line number Diff line number Diff line change 2424 "phpstan/phpstan-deprecation-rules" : " 1.0.0" ,
2525 "phpstan/phpstan-phpunit" : " 1.0.0" ,
2626 "phpstan/phpstan-strict-rules" : " 1.1.0" ,
27- "phpunit/phpunit" : " 7.5.20|8.5.5 |9.5.10"
27+ "phpunit/phpunit" : " 7.5.20|8.5.21 |9.5.10"
2828 },
2929 "autoload" : {
3030 "psr-4" : {
Original file line number Diff line number Diff line change @@ -305,19 +305,6 @@ function ($result) {
305305 }
306306};
307307
308- function () {
309- $ GLOBALS = [];
310- $ _SERVER = [];
311- $ _GET = [];
312- $ _POST = [];
313- $ _FILES = [];
314- $ _COOKIE = [];
315- $ _SESSION = [];
316- $ _REQUEST = [];
317- $ _ENV = [];
318- };
319-
320-
321308function () {
322309 $ a = 1 ;
323310 return get_defined_vars ();
You can’t perform that action at this time.
0 commit comments