We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adced20 commit c6631f1Copy full SHA for c6631f1
.github/workflows/main.yml
@@ -14,17 +14,5 @@ jobs:
14
- name: Validate composer.json and composer.lock
15
run: composer validate
16
17
- - name: Cache Composer packages
18
- id: composer-cache
19
- uses: actions/cache@v2
20
- with:
21
- path: vendor
22
- key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
23
- restore-keys: |
24
- ${{ runner.os }}-php-
25
- - name: Install dependencies
26
- if: steps.composer-cache.outputs.cache-hit != 'true'
27
- run: composer install --prefer-dist --no-progress --no-suggest
28
-
29
- name: Run Tests And Lint
30
run: composer test
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - 8.0
8
9
before_script:
10
- composer self-update
0 commit comments