There was an error while loading. Please reload this page.
1 parent 06fb2c8 commit 78ecac8Copy full SHA for 78ecac8
1 file changed
.github/workflows/e2e-tests.yml
@@ -30,8 +30,8 @@ jobs:
30
composer install
31
OUTPUT=$(../bashunit -a exit_code "1" "vendor/bin/phpstan analyze test.php --error-format=raw")
32
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"
+ ../bashunit -a contains 'test.php:12:Version requirement <=8.0.0 does not match 8.1.0...8.5.99.' "$OUTPUT"
+ ../bashunit -a contains 'test.php:32:Version requirement ^11.0.0 does not match 12.5.0...12.5.99.' "$OUTPUT"
35
36
steps:
37
- name: Harden the runner (Audit all outbound calls)
0 commit comments