Skip to content

Commit d2f8be4

Browse files
author
alessandro
committed
adding php 8.0 and 8.1 to the matrix
1 parent 1a49506 commit d2f8be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
php-version: ['7.2', '7.3', '7.4']
20+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
2121
rts-version: ['1.4.8', 'edge']
2222
continue-on-error: ${{ matrix.rts-version == 'edge' }}
2323
services:

0 commit comments

Comments
 (0)