We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb2142 commit c645481Copy full SHA for c645481
.github/workflows/php.yml
@@ -72,7 +72,7 @@ jobs:
72
- 11211:11211
73
strategy:
74
matrix:
75
- php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
+ php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
76
77
steps:
78
0 commit comments