Skip to content

Commit

Permalink
Temporarily remove PHP 8.3 from Windows builds as scoutapm ext does n…
Browse files Browse the repository at this point in the history
…ot exist yet for 8.3
  • Loading branch information
asgrim committed Oct 30, 2023
1 parent f4403e7 commit 6d1c2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
# - "8.3"
env:
SCOUT_APM_KEY: ${{ secrets.SCOUT_APM_KEY }}
steps:
Expand Down

0 comments on commit 6d1c2c8

Please sign in to comment.