Skip to content

Commit

Permalink
Merge pull request #40 from ARCANEDEV/patch-1
Browse files Browse the repository at this point in the history
Update the misc files
  • Loading branch information
arcanedev-maroc authored Mar 18, 2024
2 parents a0519c7 + 6483878 commit 4e76e84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand All @@ -38,7 +38,6 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv
tools: composer:v2
coverage: pcov

- name: Install dependencies
Expand Down
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/build/
/vendor/
/.idea
/build
/vendor
.phpunit.result.cache
composer.lock
composer.phar

0 comments on commit 4e76e84

Please sign in to comment.