Skip to content

Commit

Permalink
Update build name
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Jul 12, 2024
1 parent 90f34c2 commit f4b6e74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on: [ push, pull_request ]

jobs:
tests:
runs-on: ${{ matrix.operating-system }}
name: Tests PHP ${{ matrix.php }}
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
- name: Checkout
Expand Down

0 comments on commit f4b6e74

Please sign in to comment.