Skip to content

Commit 50de6a0

Browse files
authored
Merge pull request #3 from tanhongit/develop
fix php version in workflows
2 parents 2856352 + 63b0612 commit 50de6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup PHP
1111
uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: ['8.0', '8.2']
13+
php-version: '8.2'
1414
- name: Checkout code
1515
uses: actions/checkout@v3
1616
- name: Install dependencies

0 commit comments

Comments
 (0)