Skip to content

Commit

Permalink
bump PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Mar 29, 2024
1 parent 573bead commit 8e4e1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
- name: Install composer dependencies
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"archtechx/helpers": "^0.3.1"
},
Expand Down

0 comments on commit 8e4e1d4

Please sign in to comment.