Skip to content

Commit ca3154d

Browse files
committed
fix(ci): use php 8.1
1 parent 8bdfc74 commit ca3154d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
10-
php-version: [ 8.0, 8.3 ]
10+
php-version: [ 8.1, 8.3 ]
1111
steps:
1212

1313
# --------- Setup steps ---------

0 commit comments

Comments
 (0)