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 c6a0293 commit 4858f9bCopy full SHA for 4858f9b
.github/workflows/run-tests.yml
@@ -9,12 +9,12 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [ 8.1, 8.2 ]
+ php: [ 8.1, 8.2, 8.3 ]
13
14
name: PHP ${{ matrix.php }}
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
19
- name: Setup PHP
20
uses: shivammathur/setup-php@v2
composer.json
@@ -19,7 +19,7 @@
],
"require": {
21
"php": "^8.1",
22
- "illuminate/contracts": "^10.0",
+ "illuminate/contracts": "^10.0|^11.0",
23
"spatie/laravel-package-tools": "^1.14.1"
24
},
25
"require-dev": {
0 commit comments