Skip to content

Commit

Permalink
Correct action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Feb 28, 2024
1 parent 39b1d18 commit 33bd165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
fetch-depth: 2

- name: "Install PHP"
uses: "shivammathur/setup-php@v4"
uses: "shivammathur/setup-php@2"
with:
php-version: "${{ matrix.php-version }}"
coverage: "pcov"
ini-values: "zend.assertions=1"
extensions: "pdo_mysql"

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

0 comments on commit 33bd165

Please sign in to comment.