Skip to content

Commit

Permalink
馃敡 update to laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Mar 13, 2024
1 parent bda376b commit 914f1ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ jobs:
strategy:
fail-fast: false
matrix:
laravel: [10]
laravel: [10, 11]
php: [8.1, 8.2, 8.3]
exclude:
- php: 8.1
laravel: 11

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: test against Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
#{
"name": "synergitech/laravel-postal",
"description": "This library integrates Postal with the standard Laravel mail framework.",
"keywords": [
Expand All @@ -10,12 +10,12 @@
"license": "MIT",
"require": {
"php": "^8.0",
"laravel/framework": "^9.0.1|^10.0",
"laravel/framework": "^9.0.1|^10.0|^11.0",
"postal/postal": "^2.0.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"nunomaduro/larastan": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 914f1ce

Please sign in to comment.