Skip to content

Commit b05d0b7

Browse files
authored
[CI] Aligned secrets + regenerated PHPStan baseline (#104)
1 parent 9db0626 commit b05d0b7

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/browser-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
test-suite: '--mode=standard --profile=content-forms --tags=~@broken --non-strict'
1717
test-setup-phase-1: '--mode=standard --profile=setup-content-forms'
1818
secrets:
19+
AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }}
20+
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
21+
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
1922
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
php:
17-
- '8.0'
17+
- '8.1'
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Setup PHP Action
2222
uses: shivammathur/setup-php@v2
@@ -45,7 +45,7 @@ jobs:
4545
- '8.3'
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949

5050
- name: Setup PHP Action
5151
uses: shivammathur/setup-php@v2
@@ -81,7 +81,7 @@ jobs:
8181
- '8.3'
8282

8383
steps:
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v5
8585

8686
- name: Setup PHP Action
8787
uses: shivammathur/setup-php@v2

phpstan-baseline.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3174,12 +3174,6 @@ parameters:
31743174
count: 1
31753175
path: src/lib/Validator/Constraints/FieldValueValidator.php
31763176

3177-
-
3178-
message: '#^Method Ibexa\\ContentForms\\Validator\\Constraints\\Password\:\:getTargets\(\) return type has no value type specified in iterable type array\.$#'
3179-
identifier: missingType.iterableValue
3180-
count: 1
3181-
path: src/lib/Validator/Constraints/Password.php
3182-
31833177
-
31843178
message: '#^Access to an undefined property Symfony\\Component\\Validator\\Constraint\:\:\$contentType\.$#'
31853179
identifier: property.notFound

0 commit comments

Comments
 (0)