Skip to content

Commit

Permalink
For real only test the latest JWT veriosn for Windows GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cicnavi committed Jan 27, 2025
1 parent 321c325 commit 1dc0068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.2', '8.4']
jwt-version: ['^4.0.2']
php-versions: ['8.2', '8.3', '8.4']
jwt-version: ['^3.4', '^4.0.2']

steps:
- name: Setup PHP, with composer and extensions
Expand Down Expand Up @@ -207,8 +207,8 @@ jobs:
fail-fast: true
matrix:
operating-system: [windows-latest]
php-versions: ['8.2', '8.3', '8.4']
jwt-version: ['^3.4', '^4.0.2']
php-versions: ['8.2', '8.4']
jwt-version: ['^4.0.2']

steps:
- name: Setup PHP, with composer and extensions
Expand Down

0 comments on commit 1dc0068

Please sign in to comment.