File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
run : " composer install --no-interaction --no-progress --no-suggest"
46
46
47
47
- name : " Transform source code"
48
- if : matrix.php-version != '7.4' && matrix.php-version != '8.0'
48
+ if : matrix.php-version != '7.4' && matrix.php-version != '8.0' && matrix.php-version != '8.1'
49
49
run : php bin/transform-source.php
50
50
51
51
- name : " Lint"
Original file line number Diff line number Diff line change 52
52
run : " composer require --dev phpunit/phpunit:^7.5.20 brianium/paratest:^4.0 --update-with-dependencies"
53
53
54
54
- name : " Transform source code"
55
- if : matrix.php-version != '7.4' && matrix.php-version != '8.0'
55
+ if : matrix.php-version != '7.4' && matrix.php-version != '8.0' && matrix.php-version != '8.1'
56
56
run : php bin/transform-source.php
57
57
58
58
- name : " PHPStan"
Original file line number Diff line number Diff line change 48
48
run : " composer install --no-interaction --no-progress --no-suggest"
49
49
50
50
- name : " Transform source code"
51
- if : matrix.php-version != '7.4' && matrix.php-version != '8.0'
51
+ if : matrix.php-version != '7.4' && matrix.php-version != '8.0' && matrix.php-version != '8.1'
52
52
run : php bin/transform-source.php
53
53
54
54
- name : " Tests"
You can’t perform that action at this time.
0 commit comments