Skip to content

Commit 97bd9f5

Browse files
committed
Ensure PHP 8.5 compatibility
1 parent f7ff2bf commit 97bd9f5

File tree

24 files changed

+91
-7
lines changed

24 files changed

+91
-7
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
include:
5050
# dev packages (probably not needed to have multiple such jobs)
5151
- minimum-stability: 'dev'
52-
php-version: 8.4
52+
php-version: 8.5
5353
# lowest deps
5454
- dependency-version: 'lowest'
5555
# LTS version of Symfony

.github/workflows/functional-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php-version: ['8.1', '8.2', '8.3', '8.4']
24+
php-version: ['8.1', '8.2', '8.3', '8.4', '8.5']
2525
dependency-version: ['']
2626
symfony-version: ['']
2727
minimum-stability: ['stable']
2828
os: ['']
2929
include:
3030
# dev packages (probably not needed to have multiple such jobs)
3131
- minimum-stability: 'dev'
32-
php-version: '8.4'
32+
php-version: '8.5'
3333
# lowest deps
3434
- php-version: '8.1'
3535
dependency-version: 'lowest'

.github/workflows/unit-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
php-version: ['8.1', '8.2', '8.3', '8.4']
31+
php-version: ['8.1', '8.2', '8.3', '8.4', '8.5']
3232
dependency-version: ['']
3333
symfony-version: ['']
3434
minimum-stability: ['stable']
3535
os: ['']
3636
include:
3737
# dev packages (probably not needed to have multiple such jobs)
3838
- minimum-stability: 'dev'
39-
php-version: '8.4'
39+
php-version: '8.5'
4040
# lowest deps
4141
- php-version: '8.1'
4242
dependency-version: 'lowest'
@@ -50,8 +50,8 @@ jobs:
5050
- php-version: '8.1'
5151
symfony-version: '6.4.*'
5252
- php-version: '8.2'
53-
symfony-version: '7.3.*' # TODO: change to '7.4' when Symfony 7.4 is released
54-
- php-version: '8.4'
53+
symfony-version: '7.4.x-dev' # TODO: change to '7.4' when Symfony 7.4 is released
54+
- php-version: '8.5'
5555
symfony-version: '8.0.x-dev' # TODO: change to '8.0' when Symfony 8.0 is released
5656
minimum-stability: 'dev' # TODO: remove when Symfony 8.0 is released
5757

src/Autocomplete/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.30
4+
5+
- Ensure compatibility with PHP 8.5
6+
37
## 2.29.0
48

59
- Add Symfony 8 support

src/Chartjs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.30
4+
5+
- Ensure compatibility with PHP 8.5
6+
37
## 2.29.0
48

59
- Add Symfony 8 support

src/Cropperjs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.30
4+
5+
- Ensure compatibility with PHP 8.5
6+
37
## 2.29.0
48

59
- Add Symfony 8 support

src/Dropzone/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.30
4+
5+
- Ensure compatibility with PHP 8.5
6+
37
## 2.29.0
48

59
- Add Symfony 8 support

src/Icons/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.30
4+
5+
- Ensure compatibility with PHP 8.5
6+
37
## 2.29.0
48

59
- Add Symfony 8 support

src/LazyImage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.30
4+
5+
- Ensure compatibility with PHP 8.5
6+
37
## 2.29.0
48

59
- Add Symfony 8 support

src/LiveComponent/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.30
4+
5+
- Ensure compatibility with PHP 8.5
6+
37
## 2.29.0
48

59
- Add Symfony 8 support

0 commit comments

Comments
 (0)