Skip to content

Commit

Permalink
Upgrade PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 25, 2024
1 parent ecd9b02 commit d085bd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', 'latest']
php: ['8.2', 'latest']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.2",
"league/plates": "3.*",
"twbs/bootstrap": "^4.3",
"jumbojett/openid-connect-php": "^0.8.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d085bd2

Please sign in to comment.