Skip to content

Commit 0e954b8

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
ACQE-4573 : Drop PHP 8.0
1 parent e345da8 commit 0e954b8

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: ['8.0', '8.1', '8.2']
15+
php-versions: ['8.1', '8.2']
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-versions: ['8.0', '8.1', '8.2']
57+
php-versions: ['8.1', '8.2']
5858
steps:
5959
- uses: actions/checkout@v2
6060

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

123123
services:
124124
chrome:

0 commit comments

Comments
 (0)