Skip to content

Commit

Permalink
Test standalone install also on php 8.1 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Oct 3, 2024
1 parent 14689aa commit 955bc8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ['7.2', '7.3', '7.4', '8.0']
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1']

steps:
# prepare empty composer.json that allows the phpstan extension plugin
Expand Down

0 comments on commit 955bc8c

Please sign in to comment.