Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
update php version
  • Loading branch information
bpedroza authored Dec 23, 2024
1 parent 4fa7666 commit 1f7d48d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup PHP
id: setup-php
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down

0 comments on commit 1f7d48d

Please sign in to comment.