Skip to content

Commit ffee99a

Browse files
committed
ci: remove run ci tests on php8.0
1 parent 7ba7fd9 commit ffee99a

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
# include:
1616
# - os: 'ubuntu-latest'

0 commit comments

Comments
 (0)