Skip to content

Commit 035670c

Browse files
committed
build: Add PHP 8.3
1 parent 6b35b2c commit 035670c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
allow_fail: false
3636
name: 'PHP 8.2 with lowest stable deps'
3737
composer_update_flags: '--prefer-lowest --prefer-stable'
38+
- php: 8.3
39+
allow_fail: false
40+
name: 'PHP 8.3 with latest deps'
41+
- php: 8.3
42+
allow_fail: false
43+
name: 'PHP 8.3 with lowest stable deps'
44+
composer_update_flags: '--prefer-lowest --prefer-stable'
3845
steps:
3946
- uses: actions/checkout@v4
4047

0 commit comments

Comments
 (0)