Skip to content

Commit 3733970

Browse files
authored
Merge pull request #391 from wayofdev/feat/laravel-11
2 parents 413c5f9 + 2c77b3a commit 3733970

File tree

4 files changed

+41
-3
lines changed

4 files changed

+41
-3
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "2.1.0"
33
}

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: ["ubuntu-22.04"]
19-
php: ["8.2"]
19+
php: ["8.3"]
2020
environment:
2121
name: production
2222
url: https://prod.laravel-starter-tpl.wayof.dev

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: ["ubuntu-22.04"]
19-
php: ["8.2"]
19+
php: ["8.3"]
2020
environment:
2121
name: staging
2222
url: https://staging.laravel-starter-tpl.wayof.dev

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.0.0...v2.1.0) (2024-05-29)
4+
5+
6+
### Features
7+
8+
* add support for infection and psalm ([15ca1e3](https://github.com/wayofdev/laravel-starter-tpl/commit/15ca1e3e2782570fb6839d916d3f3bc3161878ff))
9+
10+
11+
### Documentation
12+
13+
* lint readme using markdownlint ([767de29](https://github.com/wayofdev/laravel-starter-tpl/commit/767de292c2c6c3fac1f013313d09489e352486fd))
14+
* lint readme using markdownlint ([7d69f84](https://github.com/wayofdev/laravel-starter-tpl/commit/7d69f841f5b05cd0d0b0699792c47c79fead9593))
15+
16+
17+
### Continuous Integration
18+
19+
* add markdown lint config ([eba75f1](https://github.com/wayofdev/laravel-starter-tpl/commit/eba75f13b66e673289a45109de5c878238a81801))
20+
* add support for phive ([bb77426](https://github.com/wayofdev/laravel-starter-tpl/commit/bb774269068ed98d35c3a7dc1bd4f7797d21455e))
21+
* **composer-require-checker:** lint project files ([bb77426](https://github.com/wayofdev/laravel-starter-tpl/commit/bb774269068ed98d35c3a7dc1bd4f7797d21455e))
22+
* **docker-compose:** add healthcheck for pgsql database ([bb77426](https://github.com/wayofdev/laravel-starter-tpl/commit/bb774269068ed98d35c3a7dc1bd4f7797d21455e))
23+
* fix phpstan errors ([5ef9399](https://github.com/wayofdev/laravel-starter-tpl/commit/5ef9399c3b451a0b45e06177066755eaf06b2137))
24+
* update github files ([c043be8](https://github.com/wayofdev/laravel-starter-tpl/commit/c043be891946a76e1174a42e5543c691c2fbefca))
25+
* update Makefile with latest commands ([bb77426](https://github.com/wayofdev/laravel-starter-tpl/commit/bb774269068ed98d35c3a7dc1bd4f7797d21455e))
26+
* updating workflows ([13d84c8](https://github.com/wayofdev/laravel-starter-tpl/commit/13d84c8b0f216167b6e6e924445035250770726d))
27+
28+
## [2.0.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v1.7.0...v2.0.0) (2024-05-29)
29+
30+
31+
### ⚠ BREAKING CHANGES
32+
33+
* update laravel base to 11.x
34+
35+
### Features
36+
37+
* laravel-11.x updates ([72225c6](https://github.com/wayofdev/laravel-starter-tpl/commit/72225c6bd693e1e307eb278edcc30fe0a4ef21ca))
38+
* update laravel base to 11.x ([342a519](https://github.com/wayofdev/laravel-starter-tpl/commit/342a519ac4be3fda014255471fd82a860fbcbed5))
39+
* update laravel configs to 11.x ([7e9a599](https://github.com/wayofdev/laravel-starter-tpl/commit/7e9a599fa0553df0443f988babbfc2ceff3aa9f0))
40+
341
## [1.7.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v1.6.0...v1.7.0) (2024-05-27)
442

543

0 commit comments

Comments
 (0)