diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b120ec9..bb4594f 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 }}