Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur LORENT committed Mar 3, 2020
1 parent 6cea9ef commit fb9ac83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/phpcs.xml export-ignore
/phpmd.xml export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: common, curl, json, mbstring, zip, sqlite, pdo_sqlite
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.3.1](https://github.com/Okipa/laravel-html-helper/compare/1.3.0...1.3.1)

2020-03-03

* Added testing files to .gitattributes export-ignore.

## [1.3.0](https://github.com/Okipa/laravel-html-helper/compare/1.2.0...1.3.0)

2020-02-18
Expand Down

0 comments on commit fb9ac83

Please sign in to comment.