Skip to content

Commit

Permalink
Test on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Sep 2, 2022
1 parent 3a88f26 commit e69c1b5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -16,13 +16,18 @@ jobs:

strategy:
matrix:
php-version: ['7.2', '7.3', '7.4', 'latest']
php-version:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- 'latest'
coverage: ['pcov']
dependencies: ['']
include:
- { php-version: '7.1', coverage: 'xdebug', dependencies: '' }
- { php-version: '8.0', coverage: 'pcov', dependencies: '' }
- { php-version: '8.1', coverage: 'pcov', dependencies: '' }

steps:
- name: Checkout code
Expand Down

0 comments on commit e69c1b5

Please sign in to comment.