Skip to content

Commit 1e8becb

Browse files
committed
ci: add PHP 8.5 to the build matrix
1 parent 5fc3349 commit 1e8becb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ubuntu:
55
strategy:
66
matrix:
7-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
7+
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
88
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout php-bsdiff
@@ -24,7 +24,7 @@ jobs:
2424
macos:
2525
strategy:
2626
matrix:
27-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
27+
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
2828
runs-on: macos-15
2929
steps:
3030
- name: Checkout php-bsdiff
@@ -44,7 +44,7 @@ jobs:
4444
windows:
4545
strategy:
4646
matrix:
47-
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
47+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
4848
arch: [x64]
4949
ts: [nts, ts]
5050
runs-on: windows-2022

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more information, visit his website at <http://www.daemonology.net/bsdiff/>.
1313

1414
## Requirements
1515

16-
* PHP 7.2 to PHP 8.x
16+
* PHP 7.2 to PHP 8.5
1717
* BZip2 1.0+
1818
* Linux, macOS, or Windows
1919

0 commit comments

Comments
 (0)