Skip to content

Commit 28076c1

Browse files
committed
remove php 8.2
1 parent 5a8fa19 commit 28076c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
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.2
15+
php-version: 8.4
1616
coverage: none
1717
- name: Composer install
1818
run: composer install --no-interaction --no-ansi --no-progress
@@ -24,7 +24,6 @@ jobs:
2424
strategy:
2525
matrix:
2626
php-versions:
27-
- 8.2
2827
- 8.3
2928
- 8.4
3029
steps:

0 commit comments

Comments
 (0)