Skip to content

Commit

Permalink
Merge pull request #6 from open-source-contributions/add_php80_82
Browse files Browse the repository at this point in the history
Add PHP 8.2 tests in GitHub action
  • Loading branch information
odan committed Sep 9, 2023
2 parents 69e94a1 + d5019c7 commit aaf1037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.1' ]
php-versions: [ '8.1', '8.2' ]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/selective-php/transformer",
"license": "MIT",
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
Expand Down

0 comments on commit aaf1037

Please sign in to comment.