Skip to content

Commit

Permalink
Merge pull request #135 from JakyeRU/feature-add-v11-support
Browse files Browse the repository at this point in the history
Add Laravel ^11.0 support
  • Loading branch information
JakyeRU authored Aug 5, 2024
2 parents 6621b65 + 88a936e commit 3d7b819
Show file tree
Hide file tree
Showing 17 changed files with 5,800 additions and 181 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/php.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: mbstring, intl, zip, pcntl, bcmath, gd, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, exif, pcntl, soap, sockets, xsl, opcache, xmlrpc, xdebug, imagick, intl, zip, pcntl, bcmath, gd, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, exif, pcntl, soap, sockets, xsl, opcache, xmlrpc, xdebug, imagick
coverage: xdebug

- name: Validate composer.json and composer.lock
run: composer validate --strict

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
}
},
"require-dev": {
"orchestra/testbench": "^8"
"orchestra/testbench": "^9"
},
"require": {
"php": "^8.1|^8.2",
"laravel/framework": "^10",
"php": "^8.2|^8.3",
"laravel/framework": "^11",
"guzzlehttp/guzzle": "^7.5",
"laravel/breeze": "^v1.21.0"
"laravel/breeze": "^v2.0"
}
}
Loading

0 comments on commit 3d7b819

Please sign in to comment.