Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
support php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Aug 22, 2024
1 parent 932cb14 commit b7c0284
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.2']
php: ['8.2', '8.3']

name: PHP ${{ matrix.php }} tests
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~8.2.0",
"php": "~8.2.0 || ~8.3.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
},
Expand Down

0 comments on commit b7c0284

Please sign in to comment.