Skip to content

Commit c15e28f

Browse files
committed
Test Symfony 6.0 on PHP 8.0 and 8.1
1 parent 529aba6 commit c15e28f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ jobs:
5555
stability: stable
5656
coverage: none
5757
experimental: false
58+
- php-version: '8.0'
59+
symfony-version: '^6.0'
60+
composer-version: v2
61+
stability: stable
62+
coverage: none
63+
experimental: false
64+
- php-version: '8.1'
65+
symfony-version: '^6.0'
66+
composer-version: v2
67+
stability: stable
68+
coverage: none
69+
experimental: false
5870

5971
steps:
6072
- name: Checkout

0 commit comments

Comments
 (0)