|
13 | 13 | strategy: |
14 | 14 | fail-fast: false |
15 | 15 | matrix: |
16 | | - php-versions: ["7.4", "8.0", "8.1"] |
| 16 | + php-versions: ["8.0", "8.1", "8.2"] |
17 | 17 |
|
18 | 18 | steps: |
19 | 19 | - name: Setup PHP, with composer and extensions |
|
55 | 55 | run: composer install --no-progress --prefer-dist --optimize-autoloader |
56 | 56 |
|
57 | 57 | - name: Decide whether to run code coverage or not |
58 | | - if: ${{ matrix.php-versions != '7.4' }} |
| 58 | + if: ${{ matrix.php-versions != '8.0' }} |
59 | 59 | run: | |
60 | 60 | echo "NO_COVERAGE=--no-coverage" >> $GITHUB_ENV |
61 | 61 |
|
|
65 | 65 | ./vendor/bin/phpunit $NO_COVERAGE |
66 | 66 |
|
67 | 67 | - name: Save coverage data |
68 | | - if: ${{ matrix.php-versions == '7.4' }} |
| 68 | + if: ${{ matrix.php-versions == '8.0' }} |
69 | 69 | uses: actions/upload-artifact@v1 |
70 | 70 | with: |
71 | 71 | name: build-data |
|
78 | 78 | - name: Setup PHP, with composer and extensions |
79 | 79 | uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php |
80 | 80 | with: |
81 | | - php-version: "7.4" |
| 81 | + php-version: "8.0" |
82 | 82 | extensions: mbstring, xml |
83 | 83 | tools: composer:v2 |
84 | 84 | coverage: none |
@@ -119,7 +119,7 @@ jobs: |
119 | 119 | - name: Setup PHP, with composer and extensions |
120 | 120 | uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php |
121 | 121 | with: |
122 | | - php-version: "7.4" |
| 122 | + php-version: "8.0" |
123 | 123 | extensions: mbstring, xml |
124 | 124 | tools: composer:v2 |
125 | 125 | coverage: none |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | - name: Setup PHP, with composer and extensions |
153 | 153 | uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php |
154 | 154 | with: |
155 | | - php-version: "7.4" |
| 155 | + php-version: "8.0" |
156 | 156 | tools: composer:v2 |
157 | 157 | extensions: mbstring, xml |
158 | 158 |
|
|
0 commit comments