Skip to content

Commit 7587866

Browse files
committed
Update plugin dependencies
1 parent d05c73c commit 7587866

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,23 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14+
strategy:
15+
fail-fast: true
16+
matrix:
17+
php: [ 8.0, 7.4, 7.3, 7.2, 7.1 ]
18+
stability: [ prefer-lowest, prefer-stable ]
19+
20+
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
21+
1422
steps:
1523
- uses: actions/checkout@v2
1624

25+
- name: Setup PHP
26+
uses: shivammathur/setup-php@v2
27+
with:
28+
php-version: ${{ matrix.php }}
29+
coverage: none
30+
1731
- name: Validate composer.json and composer.lock
1832
run: composer validate
1933

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1"
13+
"php": "^7.1||^8.0",
14+
"composer/installers": "^1.0"
1415
}
1516
}

updates/version.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
1.0.0:
2-
- First version of Vdlp.BasicAuthenticationentication
3-
- 20190123_000001_create_tables.php
2+
- First version of Vdlp.BasicAuthenticationentication
3+
- 20190123_000001_create_tables.php
4+
1.0.1:
5+
- Update plugin dependencies

0 commit comments

Comments
 (0)