Skip to content

Commit fa06bc3

Browse files
Add PHP 8.4 support (chrome-php#663)
1 parent 3bbeb45 commit fa06bc3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
14+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1515
symfony: ['4', '5', '6', '7']
1616
exclude:
1717
- php: '7.4'
@@ -22,6 +22,8 @@ jobs:
2222
symfony: '7'
2323
- php: '8.1'
2424
symfony: '7'
25+
- php: '8.4'
26+
symfony: '4'
2527

2628
steps:
2729
- name: Checkout Code

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# CHANGELOG
22

33

4-
## 1.11.0 (2024-03-17)
4+
## 1.12.0 (UPCOMING)
5+
6+
* Add PHP 8.4 support
7+
* Add the ability to screenshot individual elements on the page
8+
* Add `AbstractBinaryInput::getRawBinary` method
9+
10+
11+
#### 1.11.0 (2024-03-17)
512

613
* Add PHP 8.3 support
714
* Auto-detect Chromium too

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Happy browsing!
2424

2525
## Requirements
2626

27-
Requires PHP 7.4-8.3 and a Chrome/Chromium 65+ executable.
27+
Requires PHP 7.4-8.4 and a Chrome/Chromium 65+ executable.
2828

2929
Note that the library is only tested on Linux but is compatible with macOS and Windows.
3030

0 commit comments

Comments
 (0)