Skip to content

Commit

Permalink
Merge pull request #21 from giggsey/cldr-42
Browse files Browse the repository at this point in the history
Test with PHP 8.2
  • Loading branch information
giggsey authored Oct 19, 2022
2 parents cb73be3 + a1fb263 commit ea21fe4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
include:
- php-version: 7.4
- php-version: 8.1
coverage: coverage
steps:
- name: Checkout
Expand Down Expand Up @@ -65,15 +66,6 @@ jobs:
- name: Test with phpunit (without coverage)
if: "matrix.coverage != 'coverage'"
run: composer run test -- --verbose
- name: Upload code coverage to Scrutinize
if: steps.phpunit-coverage.outcome == 'success'
uses: nick-invision/retry@v1
with:
timeout_minutes: 10
max_attempts: 3
command: |
wget -q https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
- name: Submit Coveralls
if: steps.phpunit-coverage.outcome == 'success'
uses: nick-invision/retry@v1
Expand Down

0 comments on commit ea21fe4

Please sign in to comment.