We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b87846 + e4c650f commit 14ca8bbCopy full SHA for 14ca8bb
.github/workflows/continuous-integration.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
16
- php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
+ php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
17
composer-versions: ['composer:v1', 'composer:v2']
18
dependencies: ["lowest", "highest"]
19
0 commit comments