Skip to content

Commit

Permalink
chore: components and plugins, add ci tests for php 8.2 (#1171)
Browse files Browse the repository at this point in the history
chore: components and plugins, add ci tests for php 8.2, bump github actions versions

Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 committed Jan 5, 2023
1 parent 4d0b2f1 commit ccef5da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Upload Coverage report
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml

0 comments on commit ccef5da

Please sign in to comment.