Skip to content

Commit 8464597

Browse files
Add .env file creation step and update version to 2.3.01
1 parent ac4deae commit 8464597

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
sudo cp ./modules/rar.so $pecl_path
4646
sudo echo "extension=rar.so" > $phpini_path
4747
48+
- name: Create .env file
49+
run: |
50+
cp .env.example .env
51+
shell: bash
52+
4853
- name: Check extension rar
4954
run: php -m | grep rar
5055

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kiwilan/php-archive",
3-
"version": "2.3.0",
3+
"version": "2.3.01",
44
"description": "PHP package to handle archives (.zip, .rar, .tar, .7z, .pdf) with unified API and hybrid solution (native/p7zip), designed to works with EPUB and CBA (.cbz, .cbr, .cb7, .cbt).",
55
"keywords": [
66
"php",

0 commit comments

Comments
 (0)