Skip to content

Commit

Permalink
chore: add workflows pipeline for php 8.1 and 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Oct 3, 2023
1 parent 41dc68f commit 08298d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
container: [ "php74", "php80" ]
container: [ "php74", "php80", "php81", "php82" ]

runs-on: ubuntu-latest
container: pugx/poser:${{ matrix.container }}
Expand Down

0 comments on commit 08298d5

Please sign in to comment.