We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efb037 commit b5a8033Copy full SHA for b5a8033
.github/workflows/provider.yml
@@ -13,9 +13,9 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- php-version: ['7.4', '8.0', '8.1']
+ php-version: ['7.4', '8.0', '8.1', '8.2']
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
- name: Use PHP ${{ matrix.php-version }}
20
uses: shivammathur/setup-php@v2
21
with:
@@ -30,4 +30,4 @@ jobs:
30
- name: Upload Coverage report
31
run: |
32
wget https://scrutinizer-ci.com/ocular.phar
33
- 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 commit comments