Skip to content

Commit 78ecac8

Browse files
committed
Update e2e-tests.yml
1 parent 06fb2c8 commit 78ecac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
composer install
3131
OUTPUT=$(../bashunit -a exit_code "1" "vendor/bin/phpstan analyze test.php --error-format=raw")
3232
echo "$OUTPUT"
33-
../bashunit -a contains 'test.php:12:Version requirement will always evaluate to false.' "$OUTPUT"
34-
../bashunit -a contains 'test.php:32:Version requirement will always evaluate to false.' "$OUTPUT"
33+
../bashunit -a contains 'test.php:12:Version requirement <=8.0.0 does not match 8.1.0...8.5.99.' "$OUTPUT"
34+
../bashunit -a contains 'test.php:32:Version requirement ^11.0.0 does not match 12.5.0...12.5.99.' "$OUTPUT"
3535
3636
steps:
3737
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)