Skip to content

Commit 374d746

Browse files
committed
[ci] test against php 8.2 - add sf 6.3
1 parent 6774b45 commit 374d746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,14 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
php-version:
93-
- '8.1'
93+
- '8.2'
9494
symfony-version:
9595
- '5.4.*'
9696
- '5.4.x-dev'
9797
- '6.0.x-dev'
9898
- '6.1.x-dev'
9999
- '6.2.x-dev'
100+
- '6.3.x-dev'
100101
dependency-versions: ['highest']
101102
allow-dev-deps-in-apps: ['0']
102103
include:

0 commit comments

Comments
 (0)