Skip to content

Commit a074aee

Browse files
samsonasikMGatner
authored andcommitted
remove php 7.3 from workflow
1 parent af7fb3f commit a074aee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-coding-standards.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
php-version:
24-
- '7.3'
2524
- '7.4'
2625
- '8.0'
2726

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php-versions: ['7.3', '7.4', '8.0', '8.1']
32+
php-versions: ['7.4', '8.0', '8.1']
3333
db-platforms: ['MySQLi', 'Postgre', 'SQLite3', 'SQLSRV']
3434
mysql-versions: ['5.7']
3535
include:

0 commit comments

Comments
 (0)