Skip to content

Commit

Permalink
ADD: Github actions for testing php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gravataLonga committed Feb 20, 2022
1 parent da3cd4e commit fd030cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['8.0']
php-versions: ['8.0', '8.1']

steps:
- name: Set git to use LF
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
continue-on-error: true
continue-on-error: true

0 comments on commit fd030cc

Please sign in to comment.