Skip to content

Commit

Permalink
wp-plugin-ci: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp authored Jan 15, 2025
1 parent 083b4c5 commit 966be88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wp-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# Fetch all history so we can diff.
fetch-depth: 0

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
coverage: none
tools: cs2pr

- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3

- name: Run PHPCS on changed files
run: |
Expand Down

0 comments on commit 966be88

Please sign in to comment.