Skip to content

Commit f833480

Browse files
Copilotvoku
andauthored
ci: remove PHP 7.3/7.4 from matrix, require PHP 8.0+
Agent-Logs-Url: https://github.com/voku/Arrayy/sessions/12756e7f-df38-4475-b502-db0e98aa2a69 Co-authored-by: voku <264695+voku@users.noreply.github.com>
1 parent ce22716 commit f833480

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
php: [
20-
7.3,
21-
7.4,
2220
8.0,
2321
8.1
2422
]
2523
composer: [basic]
2624
include:
27-
- php: 7.3
25+
- php: 8.0
2826
composer: lowest
2927
timeout-minutes: 10
3028
steps:

0 commit comments

Comments
 (0)