Skip to content

Commit 9a9210b

Browse files
committed
Remove from unit-tests.yaml
1 parent 57bf394 commit 9a9210b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
echo PHPUNIT='vendor/bin/simple-phpunit' >> $GITHUB_ENV
6969
[ 'lowest' = '${{ matrix.dependency-version }}' ] && export SYMFONY_DEPRECATIONS_HELPER=weak
7070
71-
# Swup and Typed have no tests, Turbo has its own workflow file
72-
EXCLUDED_PACKAGES="Typed|Swup|Turbo"
71+
# Typed has no tests, Turbo has its own workflow file
72+
EXCLUDED_PACKAGES="Typed|Turbo"
7373
7474
# Exclude deprecated packages when testing against lowest dependencies
7575
if [ "${{ matrix.dependency-version }}" = "lowest" ]; then

0 commit comments

Comments
 (0)