Skip to content

Commit a208551

Browse files
committed
Update github build for Laravel 11
1 parent fd2b54f commit a208551

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [7.3, 7.4, 8.0, 8.1, 8.2]
12-
illuminate: [^8.0, ^9.0, ^10.0]
12+
illuminate: [^8.0, ^9.0, ^10.0, ^11.0]
1313
exclude:
1414
- php: 7.3
1515
illuminate: ^9.0
@@ -21,6 +21,14 @@ jobs:
2121
illuminate: ^10.0
2222
- php: 8.0
2323
illuminate: ^10.0
24+
- php: 7.3
25+
illuminate: ^11.0
26+
- php: 7.4
27+
illuminate: ^11.0
28+
- php: 8.0
29+
illuminate: ^11.0
30+
- php: 8.1
31+
illuminate: ^11.0
2432

2533

2634
name: PHP ${{ matrix.php }} & Illuminate ${{ matrix.illuminate }}
@@ -33,4 +41,4 @@ jobs:
3341
tools: composer:v2
3442
- run: composer require "illuminate/database:${{ matrix.illuminate }}" --no-update
3543
- run: composer update --no-interaction
36-
- run: vendor/bin/phpunit
44+
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)