File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
on : [ push, pull_request ]
2
2
jobs :
3
- test :
3
+ test-74 :
4
4
runs-on : ubuntu-22.04
5
5
steps :
6
6
- uses : actions/checkout@v3
20
20
- name : psalm static analysis
21
21
run : php vendor/bin/psalm
22
22
23
+ test-82 :
24
+ runs-on : ubuntu-22.04
25
+ steps :
26
+ - uses : actions/checkout@v3
27
+ - uses : shivammathur/setup-php@v2
28
+ with :
29
+ php-version : 8.2
30
+ tools : composer:v2
31
+ coverage : none
32
+ - run : composer install -o
33
+
34
+ - name : unit tests
35
+ run : php vendor/bin/phpunit
Original file line number Diff line number Diff line change 3
3
"license" : " MIT" ,
4
4
"description" : " Functional-ish generic Result type: either Success or Error" ,
5
5
"require" : {
6
- "php" : " 7.4.* || 8.0.* || 8.1.*"
6
+ "php" : " 7.4.* || 8.0.* || 8.1.* || 8.2.* "
7
7
},
8
8
"require-dev" : {
9
9
"phpunit/phpunit" : " ^9.5" ,
You can’t perform that action at this time.
0 commit comments