Skip to content

Commit aab32b1

Browse files
author
Zain Mehdi
committed
Fix workflow yaml
1 parent ee873c3 commit aab32b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
php: 7.2
4040
# Laravel 6 only support PHP <=8.0
4141
- laravel: 6.*
42-
php: 8.1
42+
php: 8.1
4343
# Laravel 7 only support PHP <=8.0
4444
- laravel: 7.*
45-
php: 8.1
45+
php: 8.1
4646

4747

4848
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

0 commit comments

Comments
 (0)