Skip to content

Commit

Permalink
add support for php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppemorelli committed Oct 15, 2024
1 parent a266c4a commit 714ac54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.4, 8.0 ]
php: [ 7.4, 8.0, 8.3 ]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": ">=7",
"php": ">=8",
"amphp/amp": "^2.0",
"amphp/file": "^0.3.0"
"amphp/file": "^2.0"
},
"autoload": {
"psr-4": {"Webgriffe\\AmpCsv\\": "src/"}
Expand Down

0 comments on commit 714ac54

Please sign in to comment.