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 86f47b9 commit ed8d961Copy full SHA for ed8d961
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
# {php}-{ts}-{os.name}-{compiler}-{arch}
41
include:
42
# Linux
43
- - { name: ubuntu-gcc, os: ubuntu-20.04, compiler: gcc, ccov: 'ON' }
+ - { name: ubuntu-gcc, os: ubuntu-latest, compiler: gcc, ccov: 'ON' }
44
# macOS
45
- { name: macos-clang, os: macos-10.15, compiler: clang, ccov: 'ON' }
46
# Windows
@@ -183,7 +183,7 @@ jobs:
183
184
pecl:
185
name: Build PECL package
186
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
187
188
steps:
189
- uses: actions/checkout@v3
@@ -252,7 +252,7 @@ jobs:
252
253
needs: [ builds, pecl ]
254
name: Create Release
255
256
257
258
- name: Checkout Code
0 commit comments