Skip to content

Commit

Permalink
Merge branch '10.x' into 11.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
driesvints committed Mar 21, 2024
2 parents f45d054 + cfedb23 commit a335982
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/facades.yml
Expand Up @@ -24,10 +24,13 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: :php-psr
extensions: :php-psr
tools: composer:v2
coverage: none

- name: Set Framework version
run: composer config version "11.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
with:
Expand Down

0 comments on commit a335982

Please sign in to comment.