Skip to content

Commit

Permalink
fix(test): Remove old versions from testing scenario and clear files
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip authored and cblanc committed May 11, 2023
1 parent 52b55af commit 7a95296
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 82 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/ci-71.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/ci-72.yml

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ down:

## -- CI Test Methods --

## Start up PHP 7.1
.PHONY: up-71
up-71:
docker-compose -f docker-compose.yml -f docker/71.yml up -d

## Start up PHP 7.2
.PHONY: up-72
up-72:
docker-compose -f docker-compose.yml -f docker/72.yml up -d

## Start up PHP 7.3
.PHONY: up-73
up-73:
Expand Down
7 changes: 0 additions & 7 deletions docker/71.yml

This file was deleted.

7 changes: 0 additions & 7 deletions docker/72.yml

This file was deleted.

0 comments on commit 7a95296

Please sign in to comment.