Skip to content

Commit 1c1d0c5

Browse files
authored
Merge pull request #22 from coderflexx/fix/yml-test-file
Fix Unit Test Yaml File.
2 parents bcee2d9 + 7fb94ab commit 1c1d0c5

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.github/workflows/run-tests.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,16 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
php: [8.1, 8.2, 8.3]
20-
laravel: ['10.*', '11.*', '12.*']
19+
php: [8.2, 8.3]
20+
laravel: ['11.*', '12.*']
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
23-
- laravel: 10.*
24-
testbench: 8.*
25-
carbon: ^2.63
2623
- laravel: 11.*
2724
testbench: 9.*
28-
carbon: *
29-
exclude:
30-
- laravel: 11.*
31-
php: 8.1
25+
carbon: '*'
3226
- laravel: 12.*
33-
php: 8.1
27+
testbench: 10.*
28+
carbon: '*'
3429

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

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1|^8.2",
21+
"php": "^8.2|^8.3",
2222
"guzzlehttp/guzzle": "^7.7",
2323
"illuminate/contracts": "^10.0|^11.0|^12.0",
2424
"spatie/laravel-package-tools": "^1.14.0"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.0",
2828
"nunomaduro/collision": "^7.0|^8.0",
29-
"nunomaduro/larastan": "^2.0.1",
29+
"nunomaduro/larastan": "^2.8.0|^3.1.0",
3030
"orchestra/testbench": "^8.0|^9.0|^10.0",
3131
"pestphp/pest": "^2.0|^3.7",
3232
"pestphp/pest-plugin-arch": "^2.0|^3.0",

0 commit comments

Comments
 (0)