Skip to content

Commit

Permalink
Actualizadas versiones de PHP
Browse files Browse the repository at this point in the history
- Actualizado tests.yml workflow
  • Loading branch information
josemmo committed Nov 23, 2024
1 parent 563c773 commit 8f97b7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
include:
- php-version: '8.3'
- php-version: '8.4'
test-ws: true
send-coverage: true
- php-version: '8.4'
- php-version: '8.5'
experimental: true
steps:
# Download code from repository
Expand Down

0 comments on commit 8f97b7e

Please sign in to comment.