File tree Expand file tree Collapse file tree 3 files changed +641
-457
lines changed Expand file tree Collapse file tree 3 files changed +641
-457
lines changed Original file line number Diff line number Diff line change 2020 - " 8.2"
2121 - " 8.3"
2222 - " 8.4"
23- operating-system :
24- - " ubuntu-latest"
25-
26- steps :
27- - name : " Checkout"
28- uses : " actions/checkout@v4.2.2"
29-
30- - name : " Install PHP"
31- uses : " shivammathur/setup-php@2.32.0"
32- with :
33- coverage : " none"
34- php-version : " ${{ matrix.php-version }}"
35- ini-values : memory_limit=-1
36- tools : composer:v2, cs2pr
37-
38- - name : " Install dependencies"
39- uses : " ramsey/composer-install@3.0.0"
40- with :
41- dependency-versions : " ${{ matrix.dependencies }}"
42-
43- - name : " Tests"
44- run : " make phpunit"
45-
46- phpunit-rc :
47- name : " PHPUnit tests (nightly)"
48-
49- runs-on : ${{ matrix.operating-system }}
50-
51- strategy :
52- matrix :
53- dependencies :
54- - " locked"
55- php-version :
5623 - " 8.5"
5724 operating-system :
5825 - " ubuntu-latest"
7340 uses : " ramsey/composer-install@3.0.0"
7441 with :
7542 dependency-versions : " ${{ matrix.dependencies }}"
76- composer-options : " --ignore-platform-req=php"
7743
7844 - name : " Tests"
7945 run : " make phpunit"
Original file line number Diff line number Diff line change 1717 }
1818 ],
1919 "require" : {
20- "php" : " ~8.2.0 || ~8.3.0 || ~8.4.0" ,
20+ "php" : " ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0 " ,
2121 "ext-openssl" : " *" ,
2222 "ext-sodium" : " *" ,
2323 "psr/clock" : " ^1.0"
You can’t perform that action at this time.
0 commit comments