Skip to content

Commit b5a8033

Browse files
chore: components and plugins, add ci tests for php 8.2 (#1171)
chore: components and plugins, add ci tests for php 8.2, bump github actions versions Co-authored-by: Christopher Georg <[email protected]>
1 parent 4efb037 commit b5a8033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/provider.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['7.4', '8.0', '8.1']
16+
php-version: ['7.4', '8.0', '8.1', '8.2']
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Use PHP ${{ matrix.php-version }}
2020
uses: shivammathur/setup-php@v2
2121
with:
@@ -30,4 +30,4 @@ jobs:
3030
- name: Upload Coverage report
3131
run: |
3232
wget https://scrutinizer-ci.com/ocular.phar
33-
php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
33+
php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml

0 commit comments

Comments
 (0)