Skip to content

Commit

Permalink
ci: Use GitHub Actions V3 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Jan 5, 2024
1 parent 137c814 commit e95d1ba
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:
sudo dpkg -i wkhtmltox_0.12.6-1.bionic_amd64.deb
- name: Setup PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@v4
with:
php-version: ${{ matrix.php }}
coverage: none
Expand Down

0 comments on commit e95d1ba

Please sign in to comment.