Skip to content

Commit

Permalink
Added newly supported php 8.1 to matrix in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenBrunk authored Sep 22, 2023
1 parent 2d98f67 commit db08e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ["8.0"]
php: ["8.0", "8.1"]
services:
mysql:
image: mysql:8
Expand Down

0 comments on commit db08e0a

Please sign in to comment.