Skip to content

Commit 7b9d9bc

Browse files
committed
ci: Only start containers for testing
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 482cdb5 commit 7b9d9bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
cache-from: type=local,src=/tmp/.buildx-cache
9999
cache-to: type=local,dest=/tmp/.buildx-cache-new
100100
- name: Start containers with docker compose
101+
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
101102
run: |
102103
./bootstrap.sh
103104
PHP_VERSION=$(echo ${{ matrix.container }} | sed -e 's/^php//')

0 commit comments

Comments
 (0)