Skip to content

Commit

Permalink
minor #14 Add PHP 8.1 in CI (tgalopin)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Add PHP 8.1 in CI

Commits
-------

85c19c9 Add PHP 8.1 in CI
  • Loading branch information
tgalopin committed Dec 1, 2021
2 parents fe534b6 + 85c19c9 commit 8d0b117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8d0b117

Please sign in to comment.