From 60722073755cc07cc5a1a58eac8177c41e6dc495 Mon Sep 17 00:00:00 2001 From: Jan-Michael Loew Date: Mon, 14 Aug 2023 17:48:02 +0200 Subject: [PATCH] TASK: Show composer packages --- .github/workflows/ci.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ddb72d..fbc6c76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,17 +7,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Install dependencies + - name: Checkout + uses: actions/checkout@v3 + + - name: Composer Install uses: php-actions/composer@v6 with: php_version: 8.2 php_extensions: gd zip intl dev: yes - - name: PHPUnit Tests - uses: php-actions/phpunit@v3 - with: - php_version: 8.2 - configuration: "Tests/phpunit.xml" - memory_limt: "32M" - php_extensions: intl \ No newline at end of file + - run: composer show -- \ No newline at end of file