Skip to content

Commit

Permalink
minor #1464 Also run tests on php 8.2 and php 8.3 (rosier)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Also run tests on php 8.2 and php 8.3

Commits
-------

5754642 Also run tests on php 8.2 and php 8.3
  • Loading branch information
javiereguiluz committed Dec 4, 2023
2 parents 2a685f4 + 5754642 commit c8bafc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.1']
php-version: ['8.1', '8.2', '8.3']
include:
- operating-system: 'macos-latest'
php-version: '8.1'
Expand Down

0 comments on commit c8bafc3

Please sign in to comment.