We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7a750 commit c7dde13Copy full SHA for c7dde13
.github/workflows/ci.yml
@@ -74,6 +74,8 @@ jobs:
74
- "7.4"
75
- "8.0"
76
- "8.1"
77
+ - "8.2"
78
+ - "8.3"
79
80
coverage-driver:
81
- "pcov"
@@ -87,6 +89,12 @@ jobs:
87
89
- php-version: "8.1"
88
90
coverage-driver: "xdebug"
91
92
+ - php-version: "8.2"
93
+ coverage-driver: "xdebug"
94
+
95
+ - php-version: "8.3"
96
97
98
steps:
99
- name: Configure Git to avoid issues with line endings
100
if: matrix.os == 'windows-latest'
0 commit comments