Skip to content

Commit

Permalink
Expand build matrix thanks to PHP-Binaries overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 27, 2024
1 parent 293f248 commit 7d3c196
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
runs-on: ${{ matrix.image }}
strategy:
matrix:
php: [8.2, 8.3]
pm-version-major: [5]
php: [8.0, 8.1, 8.2, 8.3]
pm-version-major: [4, 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 7d3c196

Please sign in to comment.