Skip to content

Commit f3d4899

Browse files
committed
chore: fix php version & tools in github actions
1 parent e4ef82c commit f3d4899

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/composer-diff.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323

2424
- name: Setup PHP and tools
2525
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
26+
with:
27+
php-version: 8.3
28+
tools: composer:v2
2629

2730
- name: Audit Composer dependencies
2831
run: composer audit --abandoned=report

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
- name: Setup PHP and tools
2828
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
29+
with:
30+
php-version: ${{ matrix.php }}
31+
tools: composer:v2, cs2pr
2932

3033
- name: Install Composer dependencies
3134
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0

0 commit comments

Comments
 (0)