From 9f0a33968c8986b917026e3437ad2a42ad953e63 Mon Sep 17 00:00:00 2001 From: Marco Raddatz Date: Fri, 15 Mar 2024 19:35:03 +0100 Subject: [PATCH 1/4] Added support for Laravel 11 (#5) --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f5c03ad..cdfc996 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,8 @@ }, "require-dev": { "laravel/pint": "^1.13", - "orchestra/testbench": "^7.37|^8.0", + "orchestra/testbench": "^7.37|^8.0|^9.0", "pestphp/pest": "^1.23", - "phpunit/phpunit": "^9.6", "roave/security-advisories": "dev-latest", "slevomat/coding-standard": "^8.14" }, From 733e06fa3c43923ac168737322a8ed069a947fdf Mon Sep 17 00:00:00 2001 From: Marco Raddatz Date: Fri, 15 Mar 2024 19:42:48 +0100 Subject: [PATCH 2/4] Add tests for PHP 8.3 (#6) --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index bac4eb8..a1889ea 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.2, 8.1] + php: [8.3, 8.2, 8.1] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} From 65a9adfa68dc495245ca1687c1c047e016d42f8d Mon Sep 17 00:00:00 2001 From: marcoraddatz Date: Fri, 15 Mar 2024 18:44:32 +0000 Subject: [PATCH 3/4] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469f066..afd9f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this package will be documented in this file. +## v1.0.1 - 2024-03-15 + +### What's Changed + +* Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/empuxa/laravel-locale-via-api/pull/4 +* Feat: Add support for Laravel 11 by @marcoraddatz in https://github.com/empuxa/laravel-locale-via-api/pull/5 +* Feat: Add tests for PHP 8.3 by @marcoraddatz in https://github.com/empuxa/laravel-locale-via-api/pull/6 + +### New Contributors + +* @marcoraddatz made their first contribution in https://github.com/empuxa/laravel-locale-via-api/pull/5 + +**Full Changelog**: https://github.com/empuxa/laravel-locale-via-api/compare/v1.0.0...v1.0.1 + ## v1.0.0 - Initial Release - 2023-12-11 🎉 From 007b37a893904332d58e85575946a78d6451443d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:03:49 +0000 Subject: [PATCH 4/4] Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.3.1...2.4) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-php-code-style-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-php-code-style-issues.yml b/.github/workflows/fix-php-code-style-issues.yml index ab1a6d2..255506b 100644 --- a/.github/workflows/fix-php-code-style-issues.yml +++ b/.github/workflows/fix-php-code-style-issues.yml @@ -19,7 +19,7 @@ jobs: ref: ${{ github.head_ref }} - name: Fix PHP code style issues - uses: aglipanci/laravel-pint-action@2.3.1 + uses: aglipanci/laravel-pint-action@2.4 - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5