Skip to content

Commit 2f3163a

Browse files
committed
ci: will not be tests on php < 8.1
1 parent 703429b commit 2f3163a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [8.0, 8.1, 8.2] #
13+
php: [8.1, 8.2] #
1414
# os: [ubuntu-latest, macOS-latest] # windows-latest,
1515

1616
steps:

0 commit comments

Comments
 (0)