Skip to content

Commit a335982

Browse files
committed
Merge branch '10.x' into 11.x
# Conflicts: # CHANGELOG.md
2 parents f45d054 + cfedb23 commit a335982

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/facades.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ jobs:
2424
uses: shivammathur/setup-php@v2
2525
with:
2626
php-version: 8.2
27-
extensions: :php-psr
27+
extensions: :php-psr
2828
tools: composer:v2
2929
coverage: none
3030

31+
- name: Set Framework version
32+
run: composer config version "11.x-dev"
33+
3134
- name: Install dependencies
3235
uses: nick-fields/retry@v3
3336
with:

0 commit comments

Comments
 (0)