diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 524ee9d2d..51fc7f184 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,6 @@ jobs: - name: Testing selected Plugins run: | cpanm --test-only --verbose Dancer2::Plugin::Auth::HTTP::Basic::DWIW - cpanm --test-only --verbose Dancer2::Plugin::Minion cpanm --test-only --verbose Dancer2::Template::Handlebars cpanm --test-only --verbose Dancer2::Session::Cookie cpanm --test-only --verbose Dancer2::Plugin::Email diff --git a/Changes b/Changes index b4e5a7040..578e39a8c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ [ BUG FIXES ] * PR #1247: Fix edge case in plugin compat (Sawyer X) + * PR #1667: Remove failing module from GitHub Actions + config (Jason A. Crome) [ ENHANCEMENTS ] * GH #769, PR #829, #1662: Rename show_errors as show_stacktrace