We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aee67d7 + 5291461 commit 7cd9986Copy full SHA for 7cd9986
.github/workflows/php-package.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
operating-system: ['ubuntu-latest']
19
- 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]
20
steps:
21
- name: Setup PHP, with composer and extensions
22
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
0 commit comments