We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dca3a5 commit be7c8a7Copy full SHA for be7c8a7
.github/workflows/run-tests.yml
@@ -13,12 +13,12 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [8.2]
+ php: [8.3]
17
laravel: [11.*]
18
stability: [prefer-stable]
19
include:
20
- laravel: 11.*
21
- testbench: 9.x-dev
+ testbench: 9.*
22
carbon: ^2.63
23
24
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments