Skip to content

Commit e841d96

Browse files
authored
Merge pull request #3 from humanmade/php-8.5
Adding support for PHP 8.5 and removing 8.0
2 parents e87f88e + 2207883 commit e841d96

4 files changed

Lines changed: 412 additions & 382 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
-
19-
builder: ubuntu-latest
20-
target: x86_64-unknown-linux-gnu
21-
platform: amd64
22-
php-version: '8.0'
23-
distro: bullseye
24-
-
25-
builder: ubuntu-24.04-arm
26-
target: aarch64-unknown-linux-gnu
27-
platform: arm64
28-
php-version: '8.0'
29-
distro: bullseye
3018
-
3119
builder: ubuntu-latest
3220
target: x86_64-unknown-linux-gnu
@@ -67,6 +55,16 @@ jobs:
6755
target: aarch64-unknown-linux-gnu
6856
platform: arm64
6957
php-version: '8.4'
58+
-
59+
builder: ubuntu-latest
60+
target: x86_64-unknown-linux-gnu
61+
platform: amd64
62+
php-version: '8.5'
63+
-
64+
builder: ubuntu-24.04-arm
65+
target: aarch64-unknown-linux-gnu
66+
platform: arm64
67+
php-version: '8.5'
7068
steps:
7169
- uses: actions/checkout@v4
7270
- uses: actions-rust-lang/setup-rust-toolchain@v1
@@ -121,7 +119,7 @@ jobs:
121119
strategy:
122120
matrix:
123121
target: [aarch64-apple-darwin, x86_64-apple-darwin]
124-
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4']
122+
php-version: ['8.1', '8.2', '8.3', '8.4', '8.5']
125123

126124
steps:
127125
- name: Checkout

0 commit comments

Comments
 (0)