Skip to content

Commit 7bb10e1

Browse files
authored
Merge pull request #56 from cakephp/php8-ci
Add PHP8 to CI.
2 parents eb09085 + 0a3be5e commit 7bb10e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['7.2', '7.4']
17+
php-version: ['7.2', '7.4', '8.0']
1818
prefer-lowest: ['']
1919
include:
2020
- php-version: '7.2'
@@ -49,7 +49,7 @@ jobs:
4949
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
5050
composer update --prefer-lowest --prefer-stable
5151
else
52-
composer install
52+
composer update
5353
fi
5454
5555
- name: Run PHPUnit
@@ -61,7 +61,7 @@ jobs:
6161
fi
6262
6363
- name: Code Coverage Report
64-
if: success() && matrix.php-version == '7.4' && matrix.db-type == 'mysql'
64+
if: success() && matrix.php-version == '7.4'
6565
uses: codecov/codecov-action@v1
6666

6767
cs-stan:

0 commit comments

Comments
 (0)