Skip to content

Commit

Permalink
Add .env file creation step and update version to 2.3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jan 18, 2025
1 parent ac4deae commit 8464597
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
sudo cp ./modules/rar.so $pecl_path
sudo echo "extension=rar.so" > $phpini_path
- name: Create .env file
run: |
cp .env.example .env
shell: bash

- name: Check extension rar
run: php -m | grep rar

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kiwilan/php-archive",
"version": "2.3.0",
"version": "2.3.01",
"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).",
"keywords": [
"php",
Expand Down

0 comments on commit 8464597

Please sign in to comment.