Skip to content

Commit

Permalink
Merge branch 'master' into fix-wrong-HydeFront-version-constant
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 20, 2023
2 parents 8c06f02 + 439a1bd commit 6f6e2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Require latest development framework version
if: "github.ref == 'refs/heads/develop'"
run: cd hyde && composer require hyde/framework:dev-master --no-install
run: cd hyde && composer require hyde/framework:dev-develop --no-install

- name: Require pull request framework version
if: "github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop'"
Expand Down

0 comments on commit 6f6e2f9

Please sign in to comment.