Skip to content

Commit 75177fa

Browse files
committed
Run CI against PHP 8.2
1 parent 1a3ea28 commit 75177fa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ jobs:
1818
php-version:
1919
- '8.0'
2020
- '8.1'
21+
- '8.2'
2122
symfony-version:
2223
- '5.4.*'
2324
- '6.0.*'
2425
include:
2526
- php-version: '8.1'
2627
symfony-version: '6.1.*'
28+
- php-version: '8.2'
29+
symfony-version: '6.1.*'
2730

2831
steps:
2932
- name: Checkout code

CHANGELOG-1.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.4.0
2+
-----
3+
4+
* Run CI against PHP 8.2
5+
16
1.3.0
27
-----
38

0 commit comments

Comments
 (0)