Skip to content

Commit

Permalink
ci: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Aug 24, 2024
1 parent c2fc037 commit bf78865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3', '8.4']
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
type: ['']
exclude:
# excluded for code coverage
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
BLACKFIRE_CLIENT_ID: ${{ secrets.BLACKFIRE_CLIENT_ID }}
BLACKFIRE_CLIENT_TOKEN: ${{ secrets.BLACKFIRE_CLIENT_TOKEN }}

- name: Install PHP (experimental with JIT)
- name: Install PHP (experimental)
if: ${{ join(matrix.type) == 'experimental' }}
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit bf78865

Please sign in to comment.