Skip to content

Commit 0724aeb

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent b700a39 commit 0724aeb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/tests.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
push:
66
paths:
7-
- '**.php'
8-
- '.github/workflows/tests.yml'
9-
- 'phpunit.xml.dist'
10-
- 'composer.json'
11-
- 'composer.lock'
7+
- **.php
8+
- .github/workflows/tests.yml
9+
- phpunit.xml.dist
10+
- composer.json
11+
- composer.lock
1212

1313
jobs:
1414
php-tests:
@@ -18,11 +18,13 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
php: ['8.1', '8.2', '8.3']
21-
laravel: ['10.*', '11.*']
21+
laravel: ['10.*', '11.*', '12.*']
2222
stability: [prefer-lowest, prefer-stable]
2323
exclude:
2424
- laravel: 11.*
2525
php: '8.1'
26+
- laravel: 12.*
27+
php: '8.1'
2628

2729
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2830

0 commit comments

Comments
 (0)