diff --git a/.github/workflows/build-php.yml b/.github/workflows/build-php.yml index a3fce189..be1d464a 100644 --- a/.github/workflows/build-php.yml +++ b/.github/workflows/build-php.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: - version: ["8.1", "8.2", "8.3", "8.4"] + version: ["8.3", "8.4"] os: [ "macos-13", "macos-latest", "windows-latest", "ubuntu-latest", "ubuntu-24.04-arm" ] continue-on-error: true @@ -113,7 +113,7 @@ jobs: - name: Setup system PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 tools: pecl, composer extensions: curl, openssl, mbstring, sodium, tokenizer ini-values: memory_limit=-1 diff --git a/bin/linux/arm64/php-8.1.zip b/bin/linux/arm64/php-8.1.zip deleted file mode 100644 index c9b7830c..00000000 Binary files a/bin/linux/arm64/php-8.1.zip and /dev/null differ diff --git a/bin/linux/arm64/php-8.2.zip b/bin/linux/arm64/php-8.2.zip deleted file mode 100644 index 0470d9ad..00000000 Binary files a/bin/linux/arm64/php-8.2.zip and /dev/null differ diff --git a/bin/linux/x64/php-8.1.zip b/bin/linux/x64/php-8.1.zip deleted file mode 100644 index 336f7f10..00000000 Binary files a/bin/linux/x64/php-8.1.zip and /dev/null differ diff --git a/bin/linux/x64/php-8.2.zip b/bin/linux/x64/php-8.2.zip deleted file mode 100644 index 3e3214ac..00000000 Binary files a/bin/linux/x64/php-8.2.zip and /dev/null differ diff --git a/bin/mac/arm64/php-8.1.zip b/bin/mac/arm64/php-8.1.zip deleted file mode 100644 index dcefd0dd..00000000 Binary files a/bin/mac/arm64/php-8.1.zip and /dev/null differ diff --git a/bin/mac/arm64/php-8.2.zip b/bin/mac/arm64/php-8.2.zip deleted file mode 100644 index fbf9908c..00000000 Binary files a/bin/mac/arm64/php-8.2.zip and /dev/null differ diff --git a/bin/mac/x64/php-8.1.zip b/bin/mac/x64/php-8.1.zip deleted file mode 100644 index a5f09b6d..00000000 Binary files a/bin/mac/x64/php-8.1.zip and /dev/null differ diff --git a/bin/mac/x64/php-8.2.zip b/bin/mac/x64/php-8.2.zip deleted file mode 100644 index 4951c774..00000000 Binary files a/bin/mac/x64/php-8.2.zip and /dev/null differ diff --git a/bin/mac/x86/php-8.1.zip b/bin/mac/x86/php-8.1.zip deleted file mode 100644 index 4d086c66..00000000 Binary files a/bin/mac/x86/php-8.1.zip and /dev/null differ diff --git a/bin/mac/x86/php-8.2.zip b/bin/mac/x86/php-8.2.zip deleted file mode 100644 index bc3d067e..00000000 Binary files a/bin/mac/x86/php-8.2.zip and /dev/null differ diff --git a/bin/win/x64/php-8.1.zip b/bin/win/x64/php-8.1.zip deleted file mode 100644 index 9e24fde3..00000000 Binary files a/bin/win/x64/php-8.1.zip and /dev/null differ diff --git a/bin/win/x64/php-8.2.zip b/bin/win/x64/php-8.2.zip deleted file mode 100644 index 55b41a47..00000000 Binary files a/bin/win/x64/php-8.2.zip and /dev/null differ