We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa5425 commit 3145302Copy full SHA for 3145302
.github/workflows/tests.yml
@@ -6,11 +6,11 @@ jobs:
6
7
linux:
8
name: Test on Linux
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
10
strategy:
11
fail-fast: false
12
matrix:
13
- php-version: ['7.3', '7.4', '8.0']
+ php-version: ['7.4', '8.0', '8.1']
14
15
steps:
16
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
- php-version: ['7.3', '7.4', '8.0', '8.1']
36
arch: [x64]
37
ts: [nts]
38
0 commit comments