Skip to content

Commit

Permalink
Añadido PHP 8.4 a tests
Browse files Browse the repository at this point in the history
- Actualizado workflow de tests
  • Loading branch information
josemmo committed Feb 8, 2024
1 parent 40b6663 commit 0be9047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
continue-on-error: ${{ matrix.experimental || false }}
strategy:
matrix:
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
include:
- php-version: '8.2'
- php-version: '8.3'
test-ws: true
send-coverage: true
- php-version: '8.3'
- php-version: '8.4'
experimental: true
steps:
# Download code from repository
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Setup PHP and Composer
- name: Setup PHP
Expand Down

0 comments on commit 0be9047

Please sign in to comment.