Skip to content

Commit 97f0608

Browse files
author
Arif Hoque
committed
v1.0.0
1 parent df27c09 commit 97f0608

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,9 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@v4
2929

30-
- name: Setup PHP
31-
uses: shivammathur/setup-php@v2
32-
with:
33-
php-version: ${{ matrix.php }}
34-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
35-
coverage: none
36-
3730
- name: Install Composer dependencies
3831
run: composer install --prefer-dist --no-interaction --no-progress
3932

40-
- name: Copy environment file
41-
run: cp .env.example .env
42-
4333
- name: Generate app key
4434
run: php pool key:generate
4535

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://github.com/doppar/framework/actions"><img src="https://github.com/doppar/framework/workflows/tests/badge.svg" alt="Build Status"></a>
99
<a href="https://packagist.org/packages/doppar/framework"><img src="https://img.shields.io/packagist/dt/doppar/framework" alt="Total Downloads"></a>
1010
<a href="https://packagist.org/packages/doppar/framework"><img src="https://img.shields.io/packagist/v/doppar/framework" alt="Latest Stable Version"></a>
11-
<a href="https://packagist.org/packages/doppar/framework"><img src="https://img.shields.io/packagist/l/doppar/framework" alt="License"></a>
11+
<a href="https://github.com/doppar/framework/blob/main/LICENSE"><img src="https://img.shields.io/github/license/doppar/framework" alt="License"></a>
1212
</p>
1313

1414
## About Doppar

0 commit comments

Comments
 (0)