File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 55
55
- name : test-php-8.4-d10-canary
56
56
php-version : 8.4
57
57
drupal-version : 10.4@beta
58
- stability : canary
59
58
60
59
- name : test-php-8.3-d11-legacy
61
60
php-version : 8.3
68
67
- name : test-php-8.3-d11-canary
69
68
php-version : 8.3
70
69
drupal-version : 11@beta
71
- stability : canary
72
70
73
71
- name : test-php-8.4-d11-legacy
74
72
php-version : 8.4
81
79
- name : test-php-8.4-d11-canary
82
80
php-version : 8.4
83
81
drupal-version : 11@beta
84
- stability : canary
85
82
86
83
env :
87
84
DRUPAL_VERSION : ${{ matrix.drupal-version }}
@@ -129,7 +126,7 @@ jobs:
129
126
- name : Lint code with PHPStan
130
127
working-directory : build
131
128
run : vendor/bin/phpstan || [ "${CI_PHPSTAN_IGNORE_FAILURE:-0}" -eq 1 ]
132
- continue-on-error : ${{ matrix.stability == 'canary' }} # PHPStan levels for canary releases are not the same as for this project.
129
+ continue-on-error : ${{ endsWith( matrix.name, 'canary') }} # PHPStan levels for canary releases are not the same as for this project.
133
130
134
131
- name : Lint code with Rector
135
132
working-directory : build
You can’t perform that action at this time.
0 commit comments