From d0d190604afa9b796207b05ad7706fd75a919cba Mon Sep 17 00:00:00 2001 From: Stein Magne Bjorklund Date: Fri, 9 Jan 2026 18:01:14 +0100 Subject: [PATCH] Fix: Run PHPUnit against latest version --- .github/workflows/php.yml | 7 ------- .github/workflows/validator1.yml | 10 ++-------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4f2d74b..5cf6e96 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -40,10 +40,3 @@ jobs: - name: Run Test Suite run: php ./vendor/bin/phpunit tests - - - # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" - # Docs: https://getcomposer.org/doc/articles/scripts.md - - # - name: Run test suite - # run: composer run-script test diff --git a/.github/workflows/validator1.yml b/.github/workflows/validator1.yml index 1613b9a..f0de4a2 100644 --- a/.github/workflows/validator1.yml +++ b/.github/workflows/validator1.yml @@ -2,9 +2,9 @@ name: PHP Composer on: push: - branches: [ "v0.2.4" ] + branches: [ "v0.3.0" ] pull_request: - branches: [ "v0.2.4" ] + branches: [ "v0.3.0" ] permissions: contents: read @@ -37,9 +37,3 @@ jobs: - name: Run Test Suite run: php ./vendor/bin/phpunit tests - - # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" - # Docs: https://getcomposer.org/doc/articles/scripts.md - - # - name: Run test suite - # run: composer run-script test