Skip to content

Commit

Permalink
minor #1548 Run the tests also on PHP 8.4 (rosier)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Run the tests also on PHP 8.4

Commits
-------

a211b2c Run the tests also on PHP 8.4
  • Loading branch information
javiereguiluz committed Jan 3, 2025
2 parents db2c20e + a211b2c commit 572405d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.2', '8.3']
php-version: ['8.2', '8.3', '8.4']
include:
# TODO: change this to 'macos-latest' on June 2024, when '14' will become 'latest'
- operating-system: 'macos-14'
- operating-system: 'macos-latest'
php-version: '8.2'
- operating-system: 'windows-latest'
php-version: '8.2'
Expand Down

0 comments on commit 572405d

Please sign in to comment.