Skip to content

Commit

Permalink
Update tests.yml add PHP 8.4 (#271)
Browse files Browse the repository at this point in the history
Actually show deprecated warnings
  • Loading branch information
joanhey authored Nov 27, 2024
1 parent aa8b1cd commit 6d7069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest","macos-latest","windows-latest"]
php: ["8.3","8.2","8.1","8.0","7.4"]
php: ["8.4","8.3","8.2","8.1","8.0","7.4"]

name: PHP ${{ matrix.php }} - ${{ matrix.os }}

Expand Down

0 comments on commit 6d7069d

Please sign in to comment.