Skip to content

Commit

Permalink
Tests with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and rldhont committed Jan 10, 2025
1 parent 4a8880d commit 8e16271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- php-version: '8.1'
- php-version: '8.2'
- php-version: '8.3'
- php-version: '8.4'
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
php-unit: "11.5.2"
- php-version: "8.3"
php-unit: "11.5.2"
- php-version: "8.4"
php-unit: "11.5.2"
steps:

- name: Check out repository
Expand Down

0 comments on commit 8e16271

Please sign in to comment.