Skip to content

Commit be7c8a7

Browse files
committed
Updates GitHub Action.
1 parent 5dca3a5 commit be7c8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.2]
16+
php: [8.3]
1717
laravel: [11.*]
1818
stability: [prefer-stable]
1919
include:
2020
- laravel: 11.*
21-
testbench: 9.x-dev
21+
testbench: 9.*
2222
carbon: ^2.63
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)