Skip to content

Commit

Permalink
DX-2778 Ubuntu Version (#61)
Browse files Browse the repository at this point in the history
* DX-2778 Ubuntu Version

* v3

* readme
  • Loading branch information
ckoegel authored Jan 9, 2023
1 parent cc976e1 commit 2c44088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04]
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
php-version: [7.4, 8.0]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
|:---:|:---:|
| Windows 2016 | 7.4, 8.0 |
| Windows 2019 | 7.4, 8.0 |
| Ubuntu 18.04 | 7.4, 8.0 |
| Ubuntu 20.04 | 7.4, 8.0 |
| Ubuntu 22.04 | 7.4, 8.0 |

## Getting Started

Expand Down

0 comments on commit 2c44088

Please sign in to comment.