Skip to content

Commit b150e8a

Browse files
committed
minor #128 add build jobs for PHP 8.2 (xabbuh)
This PR was merged into the 0.2-dev branch. Discussion ---------- add build jobs for PHP 8.2 Commits ------- 8c0f35f add build jobs for PHP 8.2
2 parents d0d70ac + 8c0f35f commit b150e8a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,18 @@ jobs:
110110
- php-version: '8.1'
111111
composer-options: '--prefer-stable'
112112
symfony-version: '6.2.*'
113+
- php-version: '8.2'
114+
composer-options: '--prefer-stable'
115+
symfony-version: '5.4.*'
116+
- php-version: '8.2'
117+
composer-options: '--prefer-stable'
118+
symfony-version: '6.0.*'
119+
- php-version: '8.2'
120+
composer-options: '--prefer-stable'
121+
symfony-version: '6.1.*'
122+
- php-version: '8.2'
123+
composer-options: '--prefer-stable'
124+
symfony-version: '6.2.*'
113125

114126
steps:
115127
- name: 'Check out'

0 commit comments

Comments
 (0)