Skip to content

Commit

Permalink
Verify PHP version_compare matches expectations using GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Aug 7, 2024
1 parent da5f734 commit 9b38a43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,11 @@ jobs:
- name: test
run: mix coveralls

verify_version_compare:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4

- run: php ./test/ext/version_compare.php

0 comments on commit 9b38a43

Please sign in to comment.