Skip to content

Commit

Permalink
Merge pull request #151 from mailerlite/support-php8.2
Browse files Browse the repository at this point in the history
Support php 8.2 in Github action
  • Loading branch information
nklmilojevic committed Jun 13, 2023
2 parents f3f3893 + 8cc5508 commit cfa7cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [7.3, 7.4, 8.0, 8.1, 8.2]
elastic: [7.11.0]
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
stability: prefer-lowest
- php: 8.2
stability: prefer-lowest
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

steps:
Expand Down

0 comments on commit cfa7cbf

Please sign in to comment.