Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Richter committed Mar 8, 2024
1 parent 0835f10 commit e61996b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Show docker version"
run: "docker -v"
- name: "Pull typo3 image"
run: "docker pull ghcr.io/typo3/core-testing-php82:1.11"
- name: "Install Composer dependencies"
run: "composer ci:install -b docker"
- name: "Run command"
Expand Down

0 comments on commit e61996b

Please sign in to comment.