Skip to content

Commit

Permalink
chore: add php8.4 to tests settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Nov 22, 2024
1 parent b7abe8c commit efea88d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
php_version: [ "8.1", "8.2", "8.3" ]
php_version: [ "8.1", "8.2", "8.3", "8.4" ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
notification_title: 'PHP SDK Tests has {status_message}'
job_status: ${{ needs.functional_tests.result }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php_version: [ "8.1", "8.2", "8.3" ]
php_version: [ "8.1", "8.2", "8.3", "8.4" ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit efea88d

Please sign in to comment.