Skip to content

Commit 2c44088

Browse files
authoredJan 9, 2023
DX-2778 Ubuntu Version (#61)
* DX-2778 Ubuntu Version * v3 * readme
1 parent cc976e1 commit 2c44088

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04]
19+
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
2020
php-version: [7.4, 8.0]
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424

2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
|:---:|:---:|
77
| Windows 2016 | 7.4, 8.0 |
88
| Windows 2019 | 7.4, 8.0 |
9-
| Ubuntu 18.04 | 7.4, 8.0 |
109
| Ubuntu 20.04 | 7.4, 8.0 |
10+
| Ubuntu 22.04 | 7.4, 8.0 |
1111

1212
## Getting Started
1313

0 commit comments

Comments
 (0)
Please sign in to comment.