Skip to content

Commit

Permalink
chore: Remove PHP 8.1 and add PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceBabu committed Nov 27, 2024
1 parent e2c499f commit 1ee5f93
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: [ "8.1" ]
php-version: [ "8.3" ]
clang: [ "16" ]
target: [ "x86_64-unknown-linux-gnu" ]

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
clang: [ "16" ]
php-version: [ "8.1", "8.2", "8.3" ]
php-version: [ "8.2", "8.3", "8.4" ]
target: [ x86_64-pc-windows-msvc, aarch64-apple-darwin, x86_64-apple-darwin, x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu ]
phpts: [ "nts", "ts" ]
include:
Expand Down
40 changes: 36 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ crate-type = ["cdylib"]
cargo-php = "*"

[dependencies]
# rustler = "0.27.0"
unic-langid = { version = "0.9", features = ["macros"] }
#fluent-langneg = "0.13.0"
fluent-bundle = "0.15"
fluent-syntax = "0.11.0"
lazy_static = "1.4.0"
fluent = "0.16"
ext-php-rs = {version = "0.12.0", features = ["anyhow"]}
fluent = "0.16.1"
ext-php-rs = {version = "0.12.0", features = ["anyhow"], git = 'https://github.com/davidcole1340/ext-php-rs', branch = 'master'}
intl-memoizer = "0.5.1"

[profile.release]
Expand Down

0 comments on commit 1ee5f93

Please sign in to comment.