Skip to content

Commit

Permalink
PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Nov 28, 2024
1 parent 14c2b67 commit b2f17a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["8.1", "8.2", "8.3"]
php_version: ["8.1", "8.2", "8.3" ]
runs-on: ubuntu-latest

steps:
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["8.2", "8.3"]
php_version: ["8.2", "8.3", "8.4"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b2f17a2

Please sign in to comment.