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 b4c4749 commit 81293b2Copy full SHA for 81293b2
.github/workflows/test.yml
@@ -12,18 +12,16 @@ jobs:
12
strategy:
13
matrix:
14
include:
15
- - php: '8.1.0alpha2'
16
- tag: 'php-8.1.0alpha2'
+ - php: '8.1.0'
17
os: 'ubuntu-20.04'
18
expect_native: 1
19
- experimental: 1
+ werror: 1
20
21
- php: '8.0.0'
22
23
24
- werror: 1
25
26
- - php: '8.0.0'
27
os: 'macos-10.15'
28
29
- php: '7.4.0'
0 commit comments