Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Jul 31, 2022
1 parent 5338700 commit d012ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0']
php-version: ['7.4', '8.0', '8.1']
steps:
- uses: actions/checkout@v3
- name: Use PHP ${{ matrix.php-version }}
Expand Down

0 comments on commit d012ae2

Please sign in to comment.