Skip to content

Commit

Permalink
Merge pull request #5 from tine20/pu/pm/githubworkflow
Browse files Browse the repository at this point in the history
fixing workflow
  • Loading branch information
paulmhh authored Aug 6, 2024
2 parents 880e9ef + a89ec87 commit c0c9b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-20.04]
php-versions: ['7.4', '8.0', '8.1']
operating-system: [ubuntu-24.04]
php-versions: ['8.1', '8.2']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
Expand Down

0 comments on commit c0c9b0c

Please sign in to comment.