Skip to content

Commit 99093a9

Browse files
author
Oksana Mykulanynets
committed
ci: add PHP 8.3 to GitHub Actions matrix
1 parent 01d5792 commit 99093a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: PHP ${{ matrix.php }} - Doctrine ${{ matrix.doctrine }}
1111
strategy:
1212
matrix:
13-
php: ['8.0', '8.1', '8.2']
13+
php: ['8.0', '8.1', '8.2', '8.3']
1414
doctrine: ['2.11', '2.12', '2.13', '2.14']
1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)