Skip to content

Commit

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

0 comments on commit a806e5f

Please sign in to comment.