Skip to content

Commit

Permalink
test: add PHP 8.2, 8.3 & 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Nov 5, 2023
1 parent 94cb77b commit 89101eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1']
php-version: ['8.0', '8.1', '8.2', '8.3']
stability: [prefer-lowest, prefer-stable]
include:
- php-version: '8.2'
- php-version: '8.4'
flags: "--ignore-platform-req=php"
stability: prefer-stable

Expand Down

0 comments on commit 89101eb

Please sign in to comment.