Skip to content

Commit

Permalink
Fix Master GHA and update Readme (#34)
Browse files Browse the repository at this point in the history
* Fix branch name in master pipeline

Signed-off-by: Muhammad Zamroni <[email protected]>

* Update readme

Signed-off-by: Muhammad Zamroni <[email protected]>

---------

Signed-off-by: Muhammad Zamroni <[email protected]>
  • Loading branch information
matriphe authored Mar 25, 2023
1 parent 388146b commit d493bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
phpunit_args: --group unit
laravel_install_args: --prefer-dist --no-progress --no-suggest --optimize-autoloader --no-plugins ${{ steps.composer-flag.outputs.value }}
package_install_args: --prefer-dist --no-progress --no-suggest --optimize-autoloader --no-plugins ${{ steps.composer-flag.outputs.value }}
branch: 4.0
branch: 4.0.0

- name: Run Ubuntu Tests
run: vendor/bin/phpunit --group ubuntu
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ It wraps [Linfo](https://github.com/jrgp/linfo) to show IP address information o

## Requirements

- **PHP version**: `^8.0.2`.
- **Laravel version**: `^9.0`.
- **PHP version**: `^8.1`.
- **Laravel version**: `^10.0`.

### For Windows User

Expand All @@ -33,6 +33,7 @@ composer require matriphe/larinfo

- Laravel `5.0`, `5.1`, `5.2`, `5.3`, `5.4`, `5.5`, and `5.6`, **[please use version 2.2](https://github.com/matriphe/larinfo/releases/tag/2.2)** by running `composer require matriphe/larinfo:2.2`.
- Laravel `5.7.*`, `5.8.*`, `^6.0`, `^7.0`, and `^8.0`, **[please use version 3.0.0](https://github.com/matriphe/larinfo/releases/tag/3.0.0)** by running `composer require matriphe/larinfo:3.0.0`.
- Laravel `^9.0` **[please use version 4.0.0](https://github.com/matriphe/larinfo/releases/tag/4.0.0)** by running `composer require matriphe/larinfo:4.0.0`.

### Configuration

Expand Down

0 comments on commit d493bee

Please sign in to comment.