Skip to content

Commit 1ef353d

Browse files
committedNov 4, 2020
Merge branch 'release/5.5.5' into develop
2 parents ebd2270 + db11f51 commit 1ef353d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [7.2, 7.3, 7.4]
15+
php: [7.2, 7.3, 7.4, 8.0]
1616
stability: [prefer-lowest, prefer-stable]
1717

1818
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
@@ -40,4 +40,4 @@ jobs:
4040
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose
4141

4242
- name: Upload Code Coverage
43-
run: wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover
43+
run: wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.4
1+
5.5.5

0 commit comments

Comments
 (0)