Skip to content

Commit

Permalink
Add Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Jan 11, 2025
1 parent eb22d62 commit fde5e1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2']
laravel: [9.*, 10.*]
php: ['8.3']
laravel: [10.*, 11.*]
dependency-version: [prefer-stable]
include:
- laravel: 11.*
- testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"source": "https://github.com/codedge/laravel-fpdf"
},
"require": {
"php": "^8.1",
"illuminate/support": "^9.0 || ^10.0"
"php": "^8.3",
"illuminate/support": "^10.0 || ^11.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.39",
Expand Down

0 comments on commit fde5e1b

Please sign in to comment.