Skip to content

Commit 6d18522

Browse files
authored
Merge pull request #62 from arnaud-lb/check-php8.1.0
Check against php 8.1.0
2 parents b4c4749 + 81293b2 commit 6d18522

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,16 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- php: '8.1.0alpha2'
16-
tag: 'php-8.1.0alpha2'
15+
- php: '8.1.0'
1716
os: 'ubuntu-20.04'
1817
expect_native: 1
19-
experimental: 1
18+
werror: 1
2019

2120
- php: '8.0.0'
2221
os: 'ubuntu-20.04'
2322
expect_native: 1
24-
werror: 1
2523

26-
- php: '8.0.0'
24+
- php: '8.1.0'
2725
os: 'macos-10.15'
2826

2927
- php: '7.4.0'

0 commit comments

Comments
 (0)