Skip to content

Commit cfbe7bf

Browse files
committed
mark out of support version of PHP as experimental
1 parent 96d3089 commit cfbe7bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-version: ['7.2', '7.2', '7.3', '7.4']
14+
php-version: ['7.3', '7.4']
1515
experimental: [false]
1616
include:
17+
- php-version: 7.2
18+
experimental: true
1719
- php-version: 8.0
1820
experimental: true
1921
- php-version: 8.1

0 commit comments

Comments
 (0)