Skip to content

Commit

Permalink
minor #336 Add PHP 8.1 to GitHub actions (DonCallisto)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Add PHP 8.1 to GitHub actions

As PHP 8.1 will be out shortly and since this bundle claims to support a vast range oh PHP versions, I think it's good to add a build for PHP 8.1 also.

Commits
-------

ed9b9ef Add PHP 8.1 to GitHub actions
  • Loading branch information
weaverryan committed Oct 17, 2021
2 parents 950f749 + ed9b9ef commit acd2494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'

name: PHP ${{ matrix.php }} ${{ matrix.description }}
steps:
Expand Down

0 comments on commit acd2494

Please sign in to comment.