We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6492a8f commit d249762Copy full SHA for d249762
.github/workflows/continuous-integration.yml
@@ -6,7 +6,6 @@ on:
6
7
env:
8
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"
9
- SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT: "1"
10
11
jobs:
12
tests:
@@ -27,7 +26,8 @@ jobs:
27
26
- "7.3"
28
- "7.4"
29
- "8.0"
30
- - "8.1"
+ # disabled for now as it leads to PHPUnit installing in a very old 4.3 version due to phpspec/prophecy not allowing 8.1
+ # - "8.1"
31
32
steps:
33
- name: "Checkout"
.github/workflows/phpstan.yml
- SYMFONY_PHPUNIT_VERSION: ""
0 commit comments