Skip to content

Commit f031a09

Browse files
committed
GET-1949 | feat(new-loan): removed support for php 7.4 since deprecated
1 parent 2188dfd commit f031a09

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/qa.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
php-version:
44-
- "7.4"
4544
- "8.0"
4645
- "8.1"
4746
- "8.2"
@@ -67,7 +66,6 @@ jobs:
6766
fail-fast: false
6867
matrix:
6968
php-version:
70-
- "7.4"
7169
- "8.0"
7270
- "8.1"
7371
- "8.2"

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
php-version:
28-
- "7.4"
2928
- "8.0"
3029
- "8.1"
3130
- "8.2"

0 commit comments

Comments
 (0)