Skip to content

Commit a499593

Browse files
committed
up: remove tests on php 7.2
1 parent e739623 commit a499593

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
matrix:
1313
php: [7.3, 7.4, 8.0, 8.1] #
1414
os: [ubuntu-latest, macOS-latest] # windows-latest,
15-
include:
16-
- os: 'ubuntu-latest'
17-
php: '7.2'
18-
phpunit: '8.5.13'
15+
# include:
16+
# - os: 'ubuntu-latest'
17+
# php: '7.2'
18+
# phpunit: '8.5.13'
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)