Skip to content

Commit

Permalink
add php8.3 to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Dec 5, 2023
1 parent 37bf39e commit adc2499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.0
laravel: 10.*
- php: 8.2
stability: prefer-lowest
- php: 8.3
laravel: 8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<junit outputFile="build/report.junit.xml"/>
</logging>
<php>
<server name="SANDOBOX_TELEGRAM_BOT_TOKEN" value=":fake_bot_token:"/>
<server name="SANDOBOX_TELEGRAM_BOT_TOKEN" value=":bot_token"/>
<server name="SANDBOX_TELEGRAM_CHAT_ID" value=""/>
</php>
</phpunit>

0 comments on commit adc2499

Please sign in to comment.