We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f3f74 commit 644fd99Copy full SHA for 644fd99
1 file changed
.github/workflows/php.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
operating-system: [ubuntu-latest]
15
- php-versions: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.1", "8.2"]
+ php-versions: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.1", "8.2", "8.3"]
16
coverage: [false]
17
18
steps:
0 commit comments