Skip to content

Commit

Permalink
DEV-3585: fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomHumanoidFromEarth committed Nov 8, 2024
1 parent 6cec1c6 commit 6a62acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PHPStan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@master
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
tools: pecl
extensions: gd
coverage: xdebug
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PHPUnit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
- uses: actions/checkout@v1
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
tools: pecl
extensions: amqp
coverage: xdebug
- uses: php-actions/composer@v5
with:
php_version: '8.2'
php_version: '8.3'
- name: PHPUnit
run: |
php vendor/bin/phpunit -v --coverage-clover clover-coverage.xml --coverage-html coverage_html --log-junit coverage_html/junit.xml

0 comments on commit 6a62acb

Please sign in to comment.