Skip to content

Commit 2b463b7

Browse files
jrushlowweaverryan
authored andcommitted
[ci] add symfony 6.2 to ci
1 parent c02f40a commit 2b463b7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,13 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
php-version:
93-
- '8.0'
93+
- '8.1'
9494
symfony-version:
9595
- '5.4.*'
9696
- '5.4.x-dev'
9797
- '6.0.x-dev'
98+
- '6.1.x-dev'
99+
- '6.2.x-dev'
98100
dependency-versions: ['highest']
99101
allow-dev-deps-in-apps: ['0']
100102
include:
@@ -106,14 +108,6 @@ jobs:
106108
- php-version: '8.0.0'
107109
symfony-version: '5.4.*'
108110
dependency-versions: 'highest'
109-
# testing bleeding edge PHP with highest 5.x stable
110-
- php-version: '8.1'
111-
symfony-version: '5.4.*'
112-
dependency-versions: 'highest'
113-
- php-version: '8.1'
114-
symfony-version: '6.1.*-dev'
115-
dependency-versions: 'highest'
116-
allow-dev-deps-in-apps: '1'
117111

118112
steps:
119113
- name: "Checkout code"

0 commit comments

Comments
 (0)