Skip to content

Commit

Permalink
Don't test PM4 on anything higher than PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Feb 7, 2024
1 parent c8e6ee0 commit 638523f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:
runs-on: ${{ matrix.image }}
strategy:
matrix:
php: [8.1, 8.2]
pm-version-major: [4, 5]
php: [8.2, 8.3]
pm-version-major: [5]
image: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
include:
- php: 8.1
pm-version-major: 4
image: ubuntu-20.04

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

0 comments on commit 638523f

Please # to comment.