Skip to content

Commit acc804e

Browse files
committed
[CI] Create web-app with Symfony 8.0.x-dev
1 parent 39f7832 commit acc804e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ jobs:
9393
8.1) symfony new my_app --version="6.4.*" --webapp ;;
9494
8.2) symfony new my_app --version="7.1.*" --webapp ;;
9595
8.3) symfony new my_app --version="7.2.*" --webapp ;;
96-
8.4) symfony new my_app --version="7.3.*" --webapp ;;
96+
8.4) case "${{ matrix.symfony-version }}" in
97+
8.0.x-dev) symfony new my_app --version="8.0.x-dev" --webapp ;;
98+
*) symfony new my_app --version="7.3.*" --webapp ;;
99+
esac ;;
97100
esac
98101
99102
- name: Install kocal/biome-js-bundle

0 commit comments

Comments
 (0)