Skip to content

Commit

Permalink
support php 8.3 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Mar 18, 2024
1 parent be1aa12 commit 684124f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.1', '8.2', '8.3']

name: PHP ${{ matrix.php }} tests
env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.",
"license": "MIT",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-intl": "*",
"ext-iconv": "*"
},
Expand Down

0 comments on commit 684124f

Please sign in to comment.