Skip to content

Commit 63b0612

Browse files
committed
fix php version in workflows
1 parent c49d641 commit 63b0612

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)