Skip to content

Commit

Permalink
run tests/checks under PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Jan 6, 2025
1 parent d4d8368 commit 5e495c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/syntax_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]

name: PHP ${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]

name: Tests Under PHP ${{ matrix.php }}

Expand Down

0 comments on commit 5e495c0

Please sign in to comment.