Skip to content

Commit fbefbf8

Browse files
committed
Fix php version in cicd
1 parent e80b6ff commit fbefbf8

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
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php: ['8.0']
9+
php: ['8.3']
1010
name: PHP ${{ matrix.php }}
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)