Skip to content

Commit a1c3729

Browse files
authored
Merge pull request #22 from sergiy-petrov/sergiy-petrov-patch-1
Test against php '8.1', '8.2', '8.3' and '8.4'
2 parents 59ae271 + ac7b5ee commit a1c3729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
php: ['7.3', '7.4', '8.0']
8+
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
99
name: PHP ${{ matrix.php }} tests
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)