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 10d2550
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 10d2550

Please sign in to comment.