Skip to content

Commit b71fbfb

Browse files
QA: Update GHA workflow to run tests on PHP 8.3 (#89)
1 parent 296f15f commit b71fbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 15
1212
matrix:
1313
operating-system: [macOS-latest, ubuntu-latest, windows-latest]
14-
php-versions: ['8.0', '8.1', '8.2']
14+
php-versions: ['8.0', '8.1', '8.2', '8.3']
1515
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)