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 789138c commit 53e1cebCopy full SHA for 53e1ceb
.github/workflows/test.yml
@@ -11,13 +11,13 @@ jobs:
11
runs-on: ${{ matrix.operating-system }}
12
strategy:
13
matrix:
14
- operating-system: [ ubuntu-18.04 ]
15
- php: [ '7.2', '7.4', '8.0', '8.1' ]
+ operating-system: [ ubuntu-latest ]
+ php: [ '7.3', '7.4', '8.0', '8.1' ]
16
include:
17
- operating-system: windows-2019
18
- php: '7.2'
+ php: '7.3'
19
#operating-system: [ ubuntu-18.04, windows-2019 ]
20
- #php: [ '7.2', '7.4', '8.0' ]
+ #php: [ '7.3', '7.4', '8.0' ]
21
name: PHP ${{ matrix.php }}
22
steps:
23
- uses: actions/checkout@v3
0 commit comments