Skip to content

Commit

Permalink
Update phpunit actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beganovich committed Apr 22, 2023
1 parent 8d68a9f commit e3ba325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ["ubuntu-20.04"]
php-versions: ["8.0", "8.1"]
operating-system: ["ubuntu-22.04"]
php-versions: ["8.1", "8.2"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e3ba325

Please sign in to comment.