Skip to content

Commit 70ed932

Browse files
authored
Merge pull request #18 from ker0x/feature/php-81
Add PHP 8.1 to CI
2 parents 14cc8ea + 3079506 commit 70ed932

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ci
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:
@@ -14,14 +14,14 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: [ '7.4' ]
17+
php-version: [ '7.4', '8.0' ]
1818
allow-failure: [ false ]
1919
coverage: [ false ]
2020
composer-flags: [ '' ]
2121
include:
2222
- php-version: '7.3'
2323
coverage: true
24-
- php-version: '8.0'
24+
- php-version: '8.1'
2525
allow-failure: true
2626
composer-flags: '--ignore-platform-req php'
2727

0 commit comments

Comments
 (0)