Skip to content

Commit 303db2b

Browse files
committed
PHP 8.4
1 parent c91fbac commit 303db2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
php: ["8.0", "8.1", "8.2", "8.3"]
18+
php: ["8.0", "8.1", "8.2", "8.3", "8.4"]
1919
rust: [stable, nightly]
2020
clang: ["15", "17"]
2121
phpts: [ts, nts]

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use bindgen::RustTarget;
1616
use impl_::Provider;
1717

1818
const MIN_PHP_API_VER: u32 = 20200930;
19-
const MAX_PHP_API_VER: u32 = 20230831;
19+
const MAX_PHP_API_VER: u32 = 20240924;
2020

2121
pub trait PHPProvider<'a>: Sized {
2222
/// Create a new PHP provider.

0 commit comments

Comments
 (0)