We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebd2270 + db11f51 commit 1ef353dCopy full SHA for 1ef353d
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- php: [7.2, 7.3, 7.4]
+ php: [7.2, 7.3, 7.4, 8.0]
16
stability: [prefer-lowest, prefer-stable]
17
18
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
@@ -40,4 +40,4 @@ jobs:
40
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose
41
42
- name: Upload Code Coverage
43
- run: wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover
+ run: wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover
VERSION
@@ -1 +1 @@
1
-5.5.4
+5.5.5
0 commit comments