From b954a69e73df064d379ca104017b4ae8a5faa336 Mon Sep 17 00:00:00 2001 From: Antonio De Marco Date: Thu, 3 Oct 2024 11:31:38 +0200 Subject: [PATCH] Fix CI workflow. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b120ec9..893e36d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,12 @@ jobs: PHP_VERSION: "8.0" - ROBO_VERSION: "4.0" PHP_VERSION: "8.1" + env: + PHP_VERSION: ${{ matrix.php_version }} steps: - - uses: actions/checkout@v2 + - name: clone + uses: actions/checkout@v4 - name: test - with: - PHP_VERSION: ${{ matrix.PHP_VERSION }} run: | docker compose up -d docker compose exec -T php require consolidation/robo:~${{ matrix.ROBO_VERSION }}