Skip to content

Commit d249762

Browse files
committed
Remove 8.1 nightly build for now
1 parent 6492a8f commit d249762

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
env:
88
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"
9-
SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT: "1"
109

1110
jobs:
1211
tests:
@@ -27,7 +26,8 @@ jobs:
2726
- "7.3"
2827
- "7.4"
2928
- "8.0"
30-
- "8.1"
29+
# disabled for now as it leads to PHPUnit installing in a very old 4.3 version due to phpspec/prophecy not allowing 8.1
30+
# - "8.1"
3131

3232
steps:
3333
- name: "Checkout"

.github/workflows/phpstan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
env:
88
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"
9-
SYMFONY_PHPUNIT_VERSION: ""
109

1110
jobs:
1211
tests:

0 commit comments

Comments
 (0)