Skip to content

Commit b4e1290

Browse files
authored
Simplify the CI changes (#113)
1 parent f0dd81e commit b4e1290

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@ jobs:
1818
normalize: [ false ]
1919
validate: [ false ]
2020
laravel:
21-
- '7.0'
2221
- '8.22'
2322
- '9.0'
2423
exclude:
25-
- php: '7.2'
26-
laravel: '8.22'
27-
- php: '7.2'
28-
laravel: '9.0'
2924
- php: '7.3'
3025
laravel: '9.0'
3126
- php: '7.4'
@@ -63,8 +58,8 @@ jobs:
6358
if: matrix.laravel != '7.0'
6459
run: composer require "laravel/legacy-factories:^1.1" --dev --no-interaction --no-update
6560

66-
- name: Install Laravel and Orchestra Testbench
67-
run: composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-update
61+
#- name: Install Laravel and Orchestra Testbench
62+
# run: composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-update
6863

6964
- name: Allow composer-normalize plugin
7065
run: composer config allow-plugins.ergebnis/composer-normalize true

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=7.2",
27+
"php": "^7.3 || ^8.0 || 8.1",
2828
"ext-json": "*",
2929
"funeralzone/valueobjects": "^0.5",
3030
"jenssegers/agent": "^2.6",

0 commit comments

Comments
 (0)