File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ /.github export-ignore
2
+ /features export-ignore
3
+ /tests export-ignore
4
+ /.gitattributes export-ignore
5
+ /.gitignore export-ignore
6
+ /phpunit.xml export-ignore
7
+ /README.md export-ignore
Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ on: [ push, pull_request ]
5
5
jobs :
6
6
test :
7
7
runs-on : ubuntu-latest
8
+ continue-on-error : ${{ matrix.env.experimental == true }}
8
9
strategy :
10
+ fail-fast : false
9
11
matrix :
10
12
env :
11
13
- { php: 7.4, phpunit: 9 }
12
14
- { php: 8.0, phpunit: 10 }
13
15
- { php: 8.1, phpunit: 10 }
14
16
- { php: 8.2, phpunit: 10 }
17
+ - { php: 8.3, phpunit: 10, experimental: true }
18
+
15
19
steps :
16
20
- uses : actions/checkout@v3
17
21
- name : Composer cache
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netlogix/xml-processor" ,
3
3
"description" : " PHP XML-Processor based on XMLReader" ,
4
+ "homepage" : " https://github.com/netlogix/XML-Processor" ,
5
+ "support" :{
6
+ "source" : " https://github.com/netlogix/XML-Processor/" ,
7
+ "docs" : " https://github.com/netlogix/XML-Processor/blob/main/README.md" ,
8
+ "issues" : " https://github.com/netlogix/XML-Processor/issues"
9
+ },
4
10
"license" : " MIT" ,
5
11
"require" : {
6
12
"php" : " ^7.4 || ^8.0" ,
You can’t perform that action at this time.
0 commit comments