Skip to content

Commit

Permalink
Add PHP 8.1 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 17, 2022
1 parent 7374ad5 commit c42f2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
options: --name mysql-server --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php-version: ["7.2", "7.3", "7.4", "8.0"]
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c42f2e4

Please sign in to comment.