Skip to content

Commit 0640a3c

Browse files
committed
add php 8.3
1 parent c27c670 commit 0640a3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-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.1
15+
php-version: 8.2
1616
coverage: none
1717
- name: Composer install
1818
run: composer install --no-interaction --no-ansi --no-progress
@@ -26,6 +26,7 @@ jobs:
2626
php-versions:
2727
- 8.1
2828
- 8.2
29+
- 8.3
2930
steps:
3031
- name: Checkout
3132
uses: actions/checkout@v2

0 commit comments

Comments
 (0)