Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for Laravel 11 compatibility + update versions in Github Actions tests #37

Merged
merged 3 commits into from
May 23, 2024

Conversation

didier-84
Copy link
Collaborator

@didier-84 didier-84 commented May 22, 2024

Laravel 11 was released on March 12, 2024.

Our Laravel package (tio/laravel) appears to be compatible with Laravel 11, so I have update the title of the README file.

I took this opportunity to add a note in the README file about the lang directory. Indeed, since the release of Laravel 9, this directory and the default Laravel language files are not included by default on new projects. For projects created with Laravel 9 or a higher version, it is now necessary to run the lang:publish command to generate that directory and its language files.

In addition, I updated the Github Actions test suite (workflows/test.yml) to include v8.3 of PHP, and I upgraded the actions/checkout and actions/cache packages to v4 (instead of v3). The test suite still passes.

Finally, I removed the link to the demo video from the README file, because the video does not exist on Translation.io anymore (it was outdated anyway).

These changes do not necessarily require a new release of the package on Composer.

didier-84 added 3 commits May 22, 2024 12:08
- compatibility with Laravel 11
- note about the lang directory and default language files since Laravel 9
Update test.yml

Revert "Update test.yml"

This reverts commit 4bde004.

Revert "Update test.yml"

This reverts commit 0a01257.

Update test.yml

Update test.yml

Update test.yml

Update test.yml

Update test.yml

Update test.yml

Update test.yml
@MichaelHoste MichaelHoste merged commit 8d29070 into master May 23, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants