From 75f0e4506102c486099755e46caa53a706e68ad0 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Fri, 15 Dec 2023 21:21:16 +0100 Subject: [PATCH] Update publish-to-redaxo.yml --- .github/workflows/publish-to-redaxo.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish-to-redaxo.yml b/.github/workflows/publish-to-redaxo.yml index c1927fd..3da6aa8 100644 --- a/.github/workflows/publish-to-redaxo.yml +++ b/.github/workflows/publish-to-redaxo.yml @@ -10,12 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: shivammathur/setup-php@v2 - with: - php-version: "8.2" - - uses: ramsey/composer-install@v2 - with: - composer-options: "--no-dev" - uses: FriendsOfREDAXO/installer-action@v1 with: myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}