We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec2ec7 commit f0307a0Copy full SHA for f0307a0
Makefile
@@ -22,7 +22,7 @@ composer-update:
22
.PHONY: composer-update
23
24
tests: composer-validate test-php-7.1 test-php-7.2 test-php-7.3 test-php-7.4 test-php-8.0 phpstan
25
-.PHONY: test
+.PHONY: tests
26
27
INTEGRATION_WORKER_DIR = ./tests/Integration/Workers
28
@@ -95,4 +95,10 @@ test-php-8.0: dcdown make-integration-workers-accessible
95
96
phpstan:
97
docker-compose run --rm phpstan
98
-.PHONY: phpstan
+.PHONY: phpstan
99
+
100
+examples: dcdown
101
+ docker-compose up -d --force-recreate php80
102
+ docker-compose exec -T php80 php $(PHP_OPTIONS) bin/examples.php
103
+.PHONY: examples
104
0 commit comments