Skip to content

Commit

Permalink
add PHP 8.0 to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
franzose committed Jun 13, 2022
1 parent f2f7341 commit 2b249ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
-
name: 'Install Dependencies'
uses: php-actions/composer@v6
- name: 'Unit Tests (PHP 8.0)'
uses: php-actions/phpunit@v3
with:
php_version: '8.0'
- name: 'Unit Tests (PHP 8.1)'
Expand Down

0 comments on commit 2b249ce

Please sign in to comment.