Skip to content

Commit 43b1069

Browse files
committed
no s
1 parent 01e8988 commit 43b1069

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
- name: test-php-8.4-d10-canary
5656
php-version: 8.4
5757
drupal-version: 10.4@beta
58-
stability: canary
5958

6059
- name: test-php-8.3-d11-legacy
6160
php-version: 8.3
@@ -68,7 +67,6 @@ jobs:
6867
- name: test-php-8.3-d11-canary
6968
php-version: 8.3
7069
drupal-version: 11@beta
71-
stability: canary
7270

7371
- name: test-php-8.4-d11-legacy
7472
php-version: 8.4
@@ -81,7 +79,6 @@ jobs:
8179
- name: test-php-8.4-d11-canary
8280
php-version: 8.4
8381
drupal-version: 11@beta
84-
stability: canary
8582

8683
env:
8784
DRUPAL_VERSION: ${{ matrix.drupal-version }}
@@ -129,7 +126,7 @@ jobs:
129126
- name: Lint code with PHPStan
130127
working-directory: build
131128
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.
133130

134131
- name: Lint code with Rector
135132
working-directory: build

0 commit comments

Comments
 (0)