Skip to content

Commit 10b55ec

Browse files
author
Sébastien Nikolaou
committed
Fix github workflows
1 parent a1219f0 commit 10b55ec

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/tests-php7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [7.4, 7.3, 7.2, 7.1]
16-
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.* 5.5.*]
16+
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*, 5.5.*]
1717
include:
1818
- laravel: 8.*
1919
testbench: ^6.0
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Install dependencies
8787
run: |
88-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
88+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit":${{ matrix.phpunit }} --no-interaction --no-update
8989
composer update --prefer-stable --prefer-dist --no-interaction
9090
9191
- name: Setup PCOV

.github/workflows/tests-php8.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
matrix:
1515
php: [8.1, 8.0]
1616
laravel: [8.*, 6.*]
17-
include:
18-
- laravel: 8.*
19-
testbench: ^6.6
2017
exclude:
2118
- laravel: 6.*
2219
php: 8.1
@@ -52,7 +49,7 @@ jobs:
5249

5350
- name: Install dependencies
5451
run: |
55-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
52+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
5653
composer update --prefer-stable --prefer-dist --no-interaction
5754
5855
- name: Execute tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "library",
1010
"require": {
1111
"php": "^7.1|^8.0",
12-
"laravel/framework": "^5.5|^6.0|^7.0|^8.0"
12+
"laravel/framework": "^5.5|^6.20.26|^7.0|^8.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.3",

0 commit comments

Comments
 (0)