Skip to content

Commit

Permalink
Merge pull request #374 from doctrine/ci
Browse files Browse the repository at this point in the history
upgrade github actions
  • Loading branch information
dbu authored May 12, 2023
2 parents 13cb251 + e284a17 commit 052b311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: "Checkout project"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Install and configure PHP"
uses: "shivammathur/setup-php@v2"
Expand All @@ -60,7 +60,7 @@ jobs:
run: "composer require --no-update ${{ matrix.composer-require }}"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-suggest"
Expand Down

0 comments on commit 052b311

Please sign in to comment.