Skip to content

Commit 6ed40b2

Browse files
committed
Supported versions only
1 parent f55a07b commit 6ed40b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
11-
php-version: ['8.0', '8.1', '8.2', '8.3']
11+
php-version: ['8.1', '8.2', '8.3']
1212
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
1313
steps:
1414
- name: Checkout code

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"bin": ["bin/diffFilter"],
2121
"require": {
22-
"php": ">=8.0",
22+
"php": ">=8.1",
2323
"ext-xmlreader": "*",
2424
"ext-json": "*",
2525
"nikic/php-parser": "^3.1||^4.0||^5.0"

0 commit comments

Comments
 (0)