Skip to content

Commit

Permalink
Don't test PM4 on 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 27, 2024
1 parent c2986ab commit f225d77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
constraint:
- "" #exact version, e.g. 4.0.0, 5.0.0
- "^" #most recent patch version, e.g. 4.21.1, 5.0.0
exclude:
- php: "8.3"
pm: 4.0.0

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

0 comments on commit f225d77

Please sign in to comment.