Skip to content

Commit b780d3f

Browse files
author
github-ci
committed
调整CI
1 parent 1c0718f commit b780d3f

File tree

2 files changed

+5
-37
lines changed

2 files changed

+5
-37
lines changed

.github/workflows/composer-dependency-analyser.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/composer-require-checker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- name: Setup PHP 8.1
21+
uses: shivammathur/setup-php@v2
22+
with:
23+
php-version: '8.1'
24+
2025
- name: Validate composer.json and composer.lock
2126
run: composer validate --strict
2227

0 commit comments

Comments
 (0)