Skip to content

Commit 4858f9b

Browse files
committed
support L11
1 parent c6a0293 commit 4858f9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.1, 8.2 ]
12+
php: [ 8.1, 8.2, 8.3 ]
1313

1414
name: PHP ${{ matrix.php }}
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.1",
22-
"illuminate/contracts": "^10.0",
22+
"illuminate/contracts": "^10.0|^11.0",
2323
"spatie/laravel-package-tools": "^1.14.1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)