Skip to content

Commit e8f3a3a

Browse files
committed
Drop php 7.
1 parent c6a1334 commit e8f3a3a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ 7.3, 7.4, 8.0, 8.1, 8.2 ]
13+
php: [ 8.0, 8.1, 8.2, 8.3, 8.4 ]
1414
experimental: [ false ]
1515
include:
16-
- php: 8.1
16+
- php: 8.2
1717
analysis: true
18+
- php: 8.3
19+
experimental: true
20+
- php: 8.4
21+
experimental: true
1822

1923
steps:
2024
- name: Checkout

0 commit comments

Comments
 (0)