Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mgcodeur/laravel-currency-converter…
Browse files Browse the repository at this point in the history
… into fix/getting_error_as_failed_to_fetch_api
  • Loading branch information
mgcodeur committed Apr 29, 2024
2 parents 3cd0cae + cf6fe7e commit a3f8d14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.3.1
uses: aglipanci/laravel-pint-action@2.4

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: none

- name: Install composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-currency-converter` will be documented in this file.

## 1.0.4 - 2024-03-18

Add laravel 11 support

## 1.0.3 - 2024-01-30

### What's Changed
Expand Down

0 comments on commit a3f8d14

Please sign in to comment.