Skip to content

Commit 490688e

Browse files
committed
start from php 7.4
1 parent aabaef0 commit 490688e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
php-version: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
40+
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
4141

4242
steps:
4343
- name: Checkout Repository

0 commit comments

Comments
 (0)