Skip to content

Commit a1f5ed1

Browse files
committed
update ci to use php 8.2
1 parent d176558 commit a1f5ed1

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
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: 8.0
15+
php-version: 8.2
1616
coverage: none
1717
- name: Install dependencies
1818
run: composer update --no-interaction --no-ansi --no-progress

0 commit comments

Comments
 (0)