Skip to content

Commit c6631f1

Browse files
committed
add PHP8.0 to CI, update gitlabCi
1 parent adced20 commit c6631f1

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,5 @@ jobs:
1414
- name: Validate composer.json and composer.lock
1515
run: composer validate
1616

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-
2917
- name: Run Tests And Lint
3018
run: composer test

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78

89
before_script:
910
- composer self-update

0 commit comments

Comments
 (0)