Skip to content

Commit

Permalink
fix: don't build on separate php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Sep 23, 2024
1 parent 6810414 commit d8079aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ['8.1', '8.2', '8.3']
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit d8079aa

Please sign in to comment.