Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu authored and sgiehl committed Dec 20, 2024
1 parent 434fc4e commit 09171b0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
php-version: ['7.2', '8.4']
include:
- php-version: 7.3
os: ubuntu-latest
- php-version: 7.4
os: ubuntu-latest
- php-version: 8.0
os: ubuntu-latest
- php-version: 8.1
os: ubuntu-latest
- php-version: 8.2
os: ubuntu-latest
- php-version: 8.3
os: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install PHP
Expand Down

0 comments on commit 09171b0

Please sign in to comment.