Skip to content

Commit 235d520

Browse files
committed
Laravel 13 support
1 parent 26253e1 commit 235d520

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
laravel: [10, 11, 12]
19+
laravel: [10, 11, 12, 13]
2020

2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: '8.2'
26+
php-version: '8.3'
2727
- name: Install composer dependencies
2828
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
2929
- name: Run tests

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"require": {
2121
"php": "^8.2",
22-
"illuminate/support": "^10.0|^11.0|^12.0"
22+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^8.0|^9.0|^10.0",
25+
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
2626
"pestphp/pest": "^2.0|^3.0",
2727
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
2828
},

0 commit comments

Comments
 (0)