Skip to content

Error after migration from Oracle Linux 7 to 9 and php 7.3 to 8.2. PHP Fatal error: Uncaught Error: Undefined constant "SSL_MODE" #22

Error after migration from Oracle Linux 7 to 9 and php 7.3 to 8.2. PHP Fatal error: Uncaught Error: Undefined constant "SSL_MODE"

Error after migration from Oracle Linux 7 to 9 and php 7.3 to 8.2. PHP Fatal error: Uncaught Error: Undefined constant "SSL_MODE" #22

---
name: New issue
on:
issues:
types:
- opened
jobs:
chatmsg:
runs-on: ubuntu-latest
name: Issue chat message
steps:
- name: Rocket.Chat Notification
uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@master
if: always()
with:
type: ${{ job.status }}
job_name: ${{ format('*New issue {0}* => {1}', github.event.issue.number, github.event.issue.title) }}
mention: "here"
mention_if: "failure"
channel: ${{ secrets.ROCKET_CHAT_ISSUE_CHAN }}
url: ${{ secrets.ROCKET_CHAT_ISSUE_HOOK }}