Skip to content

Commit 8a26305

Browse files
committed
Maybe this works
1 parent d35963d commit 8a26305

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/phpunit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ ubuntu-latest, windows-latest ]
19-
php: [ 8.3, 8.2, 8.1, 8.0 ]
20-
laravel: [ 10.*, 9.* ]
19+
php: [ 8.3, 8.2, 8.1 ]
20+
laravel: [ 11.*, 10.* ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
23-
- laravel: '9.*'
24-
testbench: '7.*'
25-
carbon: '2.*'
2623
- laravel: '10.*'
2724
testbench: '8.*'
2825
carbon: '2.*'
26+
- laravel: '11.*'
27+
testbench: '9.*'
28+
carbon: '2.*'
2929
exclude:
3030
- laravel: '11.*'
31-
php: '8.0'
31+
php: '8.1'
3232

3333
runs-on: ${{ matrix.os }}
3434
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"source": "https://github.com/blamebutton/laravel-docker-builder"
2424
},
2525
"require": {
26-
"php": "^8.0",
26+
"php": "^8.1",
2727
"composer/semver": "^3.3",
2828
"guzzlehttp/guzzle": "^7.5",
29-
"illuminate/contracts": "^9.0 | ^10.0 | ^11.0",
29+
"illuminate/contracts": "^10.0 | ^11.0",
30+
"phpunit/phpunit": "^10.0",
3031
"twig/twig": "^3.0"
3132
},
3233
"require-dev": {
3334
"laravel/pint": "^1.13.7",
34-
"nunomaduro/collision": "^6.4 || ^7.0",
35-
"orchestra/testbench": "^8.19",
36-
"phpunit/phpunit": "^10.5.5"
35+
"nunomaduro/collision": "^7.0",
36+
"orchestra/testbench": "^8.19"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)