From 5ca6b7fce9c82532f2d4ccf5d204be55be53a4c6 Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Mon, 6 May 2024 09:41:27 -0600 Subject: [PATCH] Switch IRC channel --- .github/workflows/continuousIntegration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuousIntegration.yml b/.github/workflows/continuousIntegration.yml index e2c398c..79964d4 100644 --- a/.github/workflows/continuousIntegration.yml +++ b/.github/workflows/continuousIntegration.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.4', '8.2'] + php: ['8.2'] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1 @@ -38,7 +38,7 @@ jobs: - uses: rectalogic/notify-irc@v2 if: env.WORKFLOW_CONCLUSION == 'success' with: - channel: "#miraheze-sre" + channel: "#miraheze-tech-ops" server: "irc.libera.chat" nickname: miraheze-github message: ${{ github.repository }} - ${{ github.actor }} the build passed. @@ -49,7 +49,7 @@ jobs: - uses: rectalogic/notify-irc@v2 if: env.WORKFLOW_CONCLUSION == 'failure' with: - channel: "#miraheze-sre" + channel: "#miraheze-tech-ops" server: "irc.libera.chat" nickname: miraheze-github message: ${{ github.repository }} - ${{ github.actor }} the build has errored.