Skip to content

Commit fb15eaa

Browse files
committed
fix conflict
1 parent 7c88aea commit fb15eaa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
<<<<<<< HEAD
17-
php-versions: ['7.3', '7.4', '8.0']
18-
=======
19-
php-versions: ['8.0', '8.1']
20-
>>>>>>> 15d7e94 (apply php 8.1 support)
16+
php-versions: ['7.3', '7.4', '8.0', '8.1']
2117
steps:
2218
- name: Setup PHP Action
2319
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)