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 57bf394 commit 9a9210bCopy full SHA for 9a9210b
.github/workflows/unit-tests.yaml
@@ -68,8 +68,8 @@ jobs:
68
echo PHPUNIT='vendor/bin/simple-phpunit' >> $GITHUB_ENV
69
[ 'lowest' = '${{ matrix.dependency-version }}' ] && export SYMFONY_DEPRECATIONS_HELPER=weak
70
71
- # Swup and Typed have no tests, Turbo has its own workflow file
72
- EXCLUDED_PACKAGES="Typed|Swup|Turbo"
+ # Typed has no tests, Turbo has its own workflow file
+ EXCLUDED_PACKAGES="Typed|Turbo"
73
74
# Exclude deprecated packages when testing against lowest dependencies
75
if [ "${{ matrix.dependency-version }}" = "lowest" ]; then
0 commit comments