Skip to content

Commit

Permalink
Fix CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Oct 3, 2024
1 parent ae2da99 commit b954a69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b954a69

Please sign in to comment.