Skip to content

Commit d6e93ba

Browse files
authored
Merge pull request #332 from pascalheidmann/php8.x-builds
Add php 8.1 and php 8.2 to github actions build matrix
2 parents 66425a8 + 593fc80 commit d6e93ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- ubuntu-latest
77
strategy:
88
matrix:
9-
php: ['7.2', '7.3', '7.4', '8.0']
9+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1010
steps:
1111
- name: Configure Git
1212
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)