Skip to content

Commit 9f7bf47

Browse files
committed
ci: add php 8.3 support
1 parent e6db16a commit 9f7bf47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: 'Setup PHP'
2222
uses: 'shivammathur/setup-php@v2'
2323
with:
24-
php-version: '8.1'
24+
php-version: '8.2'
2525
coverage: 'none'
2626
tools: 'composer:v2, composer-normalize'
2727

@@ -47,6 +47,7 @@ jobs:
4747
php:
4848
- '8.1'
4949
- '8.2'
50+
- '8.3'
5051
steps:
5152
- name: Checkout Code
5253
uses: actions/checkout@v3
@@ -78,7 +79,7 @@ jobs:
7879
- name: 'Setup PHP'
7980
uses: 'shivammathur/setup-php@v2'
8081
with:
81-
php-version: '8.1'
82+
php-version: '8.2'
8283
tools: 'composer:v2'
8384

8485
- name: 'Install the dependencies'

0 commit comments

Comments
 (0)