Skip to content

Commit a42cd3b

Browse files
committed
Added PHP 8.3 to CI.
1 parent 165e81a commit a42cd3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-version: ['8.1', '8.2']
11+
php-version: ['8.1', '8.2', '8.3']
1212

1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)