Skip to content

Commit 88797ad

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
Removed 7.3 php check from build
1 parent b0d2951 commit 88797ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-versions: ['7.3', '7.4', '8.0', '8.1']
15+
php-versions: ['7.4', '8.0', '8.1']
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
php-versions: ['7.3', '7.4', '8.0', '8.1']
89+
php-versions: ['7.4', '8.0', '8.1']
9090
steps:
9191
- uses: actions/checkout@v2
9292

@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
php-versions: ['7.3', '7.4', '8.0', '8.1']
121+
php-versions: ['7.4', '8.0', '8.1']
122122

123123
services:
124124
chrome:

0 commit comments

Comments
 (0)