We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296f15f commit 53a1b7eCopy full SHA for 53a1b7e
.github/workflows/phpunit.yml
@@ -11,7 +11,7 @@ jobs:
11
max-parallel: 15
12
matrix:
13
operating-system: [macOS-latest, ubuntu-latest, windows-latest]
14
- php-versions: ['8.0', '8.1', '8.2']
+ php-versions: ['8.0', '8.1', '8.2', '8.3']
15
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
16
steps:
17
- name: Checkout
0 commit comments