File tree Expand file tree Collapse file tree 4 files changed +243
-234
lines changed
Expand file tree Collapse file tree 4 files changed +243
-234
lines changed Original file line number Diff line number Diff line change 3434 path : ${{ steps.composer-cache.outputs.composer_cache_dir }}
3535 key : " php-8.3-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"
3636 restore-keys : " php-8.3-bc-break-check-"
37-
3837 - name : " Install dependencies"
3938 run : composer global require roave/backward-compatibility-check
4039
Original file line number Diff line number Diff line change 1919 php-version :
2020 - " 8.3"
2121 - " 8.4"
22- operating-system :
23- - " ubuntu-latest"
24-
25- steps :
26- - name : " Checkout"
27- uses : " actions/checkout@v6.0.1"
28-
29- - name : " Install PHP"
30- uses : " shivammathur/setup-php@2.36.0"
31- with :
32- coverage : " none"
33- php-version : " ${{ matrix.php-version }}"
34- ini-values : memory_limit=-1
35- tools : composer:v2, cs2pr
36-
37- - name : " Install dependencies"
38- uses : " ramsey/composer-install@3.1.1"
39- with :
40- dependency-versions : " ${{ matrix.dependencies }}"
41-
42- - name : " Tests"
43- run : " make phpunit"
44-
45- phpunit-rc :
46- name : " PHPUnit tests (nightly)"
47-
48- runs-on : ${{ matrix.operating-system }}
49-
50- strategy :
51- matrix :
52- dependencies :
53- - " locked"
54- php-version :
5522 - " 8.5"
5623 operating-system :
5724 - " ubuntu-latest"
7239 uses : " ramsey/composer-install@3.1.1"
7340 with :
7441 dependency-versions : " ${{ matrix.dependencies }}"
75- composer-options : " --ignore-platform-req=php"
7642
7743 - name : " Tests"
7844 run : " make phpunit"
You can’t perform that action at this time.
0 commit comments