Skip to content

Commit 6a28056

Browse files
committed
Adjust php versions
1 parent 63f0ce8 commit 6a28056

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
matrix:
88
php-version:
99
- '5.6'
10-
# - '7.0'
11-
# - '7.2'
12-
- '7.3'
10+
- '7.0'
11+
- '7.4'
12+
- '8.1'
1313
name: PHP ${{ matrix.php-version }} sample
1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)