Skip to content

Commit e203564

Browse files
authored
wip
1 parent cc0ea12 commit e203564

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/tests.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
php: [7.1, 7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
17-
laravel: [5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
17+
laravel: [5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*, 11.*, 12.*]
1818
os: [ubuntu-latest]
1919
include:
2020
- laravel: 11.*
@@ -101,6 +101,18 @@ jobs:
101101
php: '8.0'
102102
- laravel: 11.*
103103
php: '8.1'
104+
- laravel: 12.*
105+
php: 7.1
106+
- laravel: 12.*
107+
php: 7.2
108+
- laravel: 12.*
109+
php: 7.3
110+
- laravel: 12.*
111+
php: 7.4
112+
- laravel: 12.*
113+
php: '8.0'
114+
- laravel: 12.*
115+
php: '8.1'
104116

105117
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
106118

0 commit comments

Comments
 (0)