From a51782f88d0c09a8106bf8dbf42894d5b503b600 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Wed, 7 Feb 2024 17:16:23 +0100 Subject: [PATCH] feat: add support for "symfony/http-foundation" 7 --- .github/workflows/phpunit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 674f76d..d79de23 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -3,7 +3,8 @@ name: "PHPUnit tests" on: pull_request: push: -# temp + branches: + - "master" jobs: phpunit: