Skip to content

Commit f7f15e5

Browse files
committed
Stop validating PHP 7.4
1 parent aec140d commit f7f15e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: [windows-latest, ubuntu-latest, macos-latest]
12-
php-versions: ['7.4', '8.0', '8.1', '8.2']
12+
php-versions: ['8.0', '8.1', '8.2']
1313

1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)