Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffee99a

Browse files
committedApr 16, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.