Skip to content

Commit c7d8b15

Browse files
authored
gh actions update
1 parent ebabed3 commit c7d8b15

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [8.2]
15-
laravel: [^8.2]
14+
php: [8.5]
15+
laravel: [^13.0]
1616

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

.github/workflows/php-cs-fixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.1]
13-
laravel: [^10.0]
12+
php: [8.5]
13+
laravel: [^13.0]
1414

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

0 commit comments

Comments
 (0)