Skip to content

Commit

Permalink
Support PHP 8.3 (#1049)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Runzer <[email protected]>
  • Loading branch information
aleksrutins and coffee-cup authored Jan 23, 2024
1 parent b81a3d2 commit 511ed17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/php/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ impl PhpProvider {
"8.1".to_string()
} else if v.contains("8.2") {
"8.2".to_string()
} else if v.contains("8.3") {
"8.3".to_string()
} else if v.contains("7.4") {
"7.4".to_string()
} else {
Expand Down

0 comments on commit 511ed17

Please sign in to comment.