Skip to content

Commit 0ff66cd

Browse files
authored
Merge pull request msyk#102 from matsuo/remove-unnecessary-dockerfile-for-ci
Remove unnecessary Dockerfile for GitHub Actions
2 parents 975a7b8 + 5e7e922 commit 0ff66cd

3 files changed

Lines changed: 3 additions & 28 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
3030
with:
3131
php-version: ${{ matrix.php-version }}
32-
coverage: pcov
32+
coverage: none
3333
extensions: ${{ env.PHP_EXTENSIONS }}
3434

3535
- name: Prepare environment

Dockerfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ FMDataAPI has "composer.json," so you can add your composer.json file in your pr
9191
- These are for GitHub.
9292
- test
9393
- Some files for unit testing.
94-
- .github, docker-compose.yml, Dockerfile
95-
- For the GitHub action with testing.
94+
- .github, docker-compose.yml
95+
- Files for GitHub Actions to run CI Jobs.
9696

9797
## Licence
9898

0 commit comments

Comments
 (0)