Skip to content

Commit

Permalink
Fix CI (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 26, 2024
1 parent ca3b937 commit e9bb3f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2', 'latest']
php: ['8.2', '8.3']

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

0 comments on commit e9bb3f7

Please sign in to comment.