From c50bcc06f70109856bee0d01679614d9fde918bb Mon Sep 17 00:00:00 2001 From: Julian Hyatt <54834203+julianzimmermann@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:01:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9update=20ci=20stuff=20(#178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8973c76..e882227 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: php-versions: [ "8.0", "8.1", "8.2" ] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php with: @@ -24,7 +24,7 @@ jobs: id: composercache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.composercache.outputs.dir }} # Use composer.json for key, if composer.lock is not committed. diff --git a/composer.json b/composer.json index 322d8b9..57ed672 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "psr-4": { "FondOfImpala\\": "tests/FondOfImpala/", "Generated\\": "src/Generated/", - "Orm\\Zed\\": "src/Orm/Zed/" + "Orm\\": "src/Orm/" } }, "config": {