Skip to content

Commit 1f7d48d

Browse files
authored
Update run-tests.yml
update php version
1 parent 4fa7666 commit 1f7d48d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-tests.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
16+
- name: Setup PHP
17+
id: setup-php
18+
uses: shivammathur/setup-php@v2
19+
with:
20+
php-version: '8.4'
1621

1722
- name: Validate composer.json and composer.lock
1823
run: composer validate

0 commit comments

Comments
 (0)