Skip to content

Commit

Permalink
Upgrade support to laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Jun 1, 2024
1 parent edb045f commit 77f09d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

on:
push:
branches: [3.x]
branches: [4.x]
pull_request:
branches: [3.x]
branches: [4.x]

jobs:
tests:
Expand All @@ -13,8 +13,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
php: [8.2, 8.3]
laravel: [11.*]

name: P${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ A web setup wizard for Laravel application.
| 2.2.x | ^5.6\|^6.x\|^7.x | ^7.1.3 |
| 2.3.x | >=5.6\|<=9.0 | >=7.1.3\|<=8.2 |
| 3.x | >=9.0 | >=8.1 |
| 4.x | >=11.0 | >=8.2 |

## Install

Expand Down Expand Up @@ -585,11 +586,11 @@ If you think this package has helped you, please consider [Becoming a sponsor](h

[ico-version]: https://img.shields.io/packagist/v/ycs77/laravel-wizard?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square
[ico-github-action]: https://img.shields.io/github/actions/workflow/status/ycs77/laravel-wizard/tests.yml?branch=3.x&label=tests&style=flat-square
[ico-github-action]: https://img.shields.io/github/actions/workflow/status/ycs77/laravel-wizard/tests.yml?branch=4.x&label=tests&style=flat-square
[ico-style-ci]: https://github.styleci.io/repos/190876726/shield?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/ycs77/laravel-wizard?style=flat-square

[link-packagist]: https://packagist.org/packages/ycs77/laravel-wizard
[link-github-action]: https://github.com/ycs77/laravel-wizard/actions/workflows/tests.yml?query=branch%3A3.x
[link-github-action]: https://github.com/ycs77/laravel-wizard/actions/workflows/tests.yml?query=branch%3A4.x
[link-style-ci]: https://github.styleci.io/repos/190876726
[link-downloads]: https://packagist.org/packages/ycs77/laravel-wizard
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"homepage": "https://github.com/ycs77/laravel-wizard",
"require": {
"php": ">=8.1",
"laravel/framework": ">=9.0"
"php": ">=8.2",
"laravel/framework": ">=11.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
Expand Down

0 comments on commit 77f09d7

Please sign in to comment.