Skip to content

Commit

Permalink
update workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed May 2, 2024
1 parent 068534a commit e1d034b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ env:

jobs:
test-report:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
php: [ '8.0' ]
php: [ '8.0', '8.1', '8.2', '8.3' ]

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

0 comments on commit e1d034b

Please sign in to comment.