Skip to content

Commit ba10503

Browse files
author
omars44
committed
ci: drop support for PHP < 7.4
1 parent 5d56082 commit ba10503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
18+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

.github/workflows/windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
20+
version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
2121
arch: [x64, x86]
2222
ts: [ts, nts]
2323
experimental: [false]

0 commit comments

Comments
 (0)