Skip to content

Commit dc38ab5

Browse files
committed
github: workflows: stop testing 7.3
1 parent 3d2db30 commit dc38ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php-version: ['7.3', '7.4', '8.0', '8.1']
13+
php-version: ['7.4', '8.0', '8.1']
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: ['7.3', '7.4', '8.0', '8.1']
35+
php-version: ['7.4', '8.0', '8.1']
3636
arch: [x64]
3737
ts: [nts]
3838

0 commit comments

Comments
 (0)