Skip to content

Commit

Permalink
Fix flow + doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony BOTALLA committed Jul 10, 2024
1 parent 9e78915 commit d9cc730
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
php-versions: ['8.1', '8.2']
php-versions: ['8.2', '8.3']

steps:
- uses: shivammathur/setup-php@v2
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ A package for making Laravel Eloquent models "translatable" using 2 fields : loc

## Requirements

* Laravel 8.0, 9.0 or 10.0
* Laravel >= 10.0
* PHP >= 8.2

> **NOTE**: These instructions are for Laravel >= 10.0 and PHP >= 8.2 If you are using prior version, please
> see the [previous version's docs](https://github.com/novius/laravel-translatable/tree/0.x).

## Installation

Expand Down

0 comments on commit d9cc730

Please sign in to comment.