Skip to content

Commit

Permalink
Add PHP 8.2 and 8.3 to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Sep 16, 2023
1 parent 46175f8 commit c6caf2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0']
php: ['8.2']
setup: ['stable']

name: PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
setup: ['lowest', 'stable', 'next']

name: PHP ${{ matrix.php }} - ${{ matrix.setup }}
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,11 @@
"Bkwld\\LaravelPug\\ServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"nodejs-php-fallback/nodejs-php-fallback": true,
"pug/installer": true
}
}
}

0 comments on commit c6caf2e

Please sign in to comment.