We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216e1ba commit cc78238Copy full SHA for cc78238
.github/workflows/ci.yaml
@@ -32,6 +32,9 @@ jobs:
32
- symfony-version: 7.1
33
php: 8.3
34
deps: high
35
+ - symfony-version: 7.2
36
+ php: 8.4
37
+ deps: high
38
steps:
39
- uses: actions/checkout@v3
40
with:
@@ -65,7 +68,7 @@ jobs:
65
68
- name: Setup PHP
66
69
uses: shivammathur/setup-php@v2
67
70
- php-version: 8.2
71
+ php-version: 8.3
72
tools: php-cs-fixer
73
74
- name: Run PHP-CS-Fixer
@@ -82,7 +85,7 @@ jobs:
82
85
83
86
84
87
88
89
tools: phpstan
90
91
- name: Install Composer dependencies
0 commit comments