We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb7750 commit dfc97d6Copy full SHA for dfc97d6
.github/workflows/tests.yml
@@ -132,19 +132,9 @@ jobs:
132
tools: composer:v2
133
coverage: none
134
135
-<<<<<<< HEAD
136
-=======
137
- name: Set Framework version
138
run: composer config version "11.x-dev"
139
140
- - name: Set Minimum PHP 8.1 Versions
141
- uses: nick-fields/retry@v3
142
- with:
143
- timeout_minutes: 5
144
- max_attempts: 5
145
- command: composer require symfony/css-selector:~6.0 --no-interaction --no-update
146
-
147
->>>>>>> 10.x
148
- name: Set Minimum PHP 8.2 Versions
149
uses: nick-fields/retry@v3
150
with:
0 commit comments