Skip to content

Commit e7ac082

Browse files
PeteBishwhipPete BishopSRWieZ
authored
Drop PHP 8.1 and 8.2 support from workflows (#210)
* Drop PHP 8.1 and 8.2 support from workflows * removed 8.1 and 8.2 binaries --------- Co-authored-by: Pete Bishop <[email protected]> Co-authored-by: Eser DENIZ <[email protected]>
1 parent 2d035e9 commit e7ac082

File tree

13 files changed

+2
-2
lines changed

13 files changed

+2
-2
lines changed

.github/workflows/build-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
version: ["8.1", "8.2", "8.3", "8.4"]
27+
version: ["8.3", "8.4"]
2828
os: [ "macos-13", "macos-latest", "windows-latest", "ubuntu-latest", "ubuntu-24.04-arm" ]
2929

3030
continue-on-error: true
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup system PHP
114114
uses: shivammathur/setup-php@v2
115115
with:
116-
php-version: 8.2
116+
php-version: 8.3
117117
tools: pecl, composer
118118
extensions: curl, openssl, mbstring, sodium, tokenizer
119119
ini-values: memory_limit=-1

bin/linux/arm64/php-8.1.zip

-8.92 MB
Binary file not shown.

bin/linux/arm64/php-8.2.zip

-9.02 MB
Binary file not shown.

bin/linux/x64/php-8.1.zip

-8.51 MB
Binary file not shown.

bin/linux/x64/php-8.2.zip

-8.61 MB
Binary file not shown.

bin/mac/arm64/php-8.1.zip

-8.47 MB
Binary file not shown.

bin/mac/arm64/php-8.2.zip

-8.57 MB
Binary file not shown.

bin/mac/x64/php-8.1.zip

-8.22 MB
Binary file not shown.

bin/mac/x64/php-8.2.zip

-8.32 MB
Binary file not shown.

bin/mac/x86/php-8.1.zip

-7.59 MB
Binary file not shown.

bin/mac/x86/php-8.2.zip

-7.69 MB
Binary file not shown.

bin/win/x64/php-8.1.zip

-8.24 MB
Binary file not shown.

bin/win/x64/php-8.2.zip

-8.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)