Skip to content

Commit

Permalink
Merge pull request #5179 from Gustry/php-8-4
Browse files Browse the repository at this point in the history
Tests with PHP 8.4
  • Loading branch information
rldhont authored Jan 10, 2025
2 parents ca040f3 + 543172e commit ab9bb83
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 @@ -25,6 +25,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 @@ -23,6 +23,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 ab9bb83

Please sign in to comment.