|
25 | 25 |
|
26 | 26 | strategy: |
27 | 27 | matrix: |
28 | | - php-versions: [ '8.1', '8.3' ] |
| 28 | + php-versions: [ '8.1', '8.4' ] |
29 | 29 | coverage: [none] |
30 | 30 | fail-fast: false |
31 | 31 |
|
|
82 | 82 | cd galette-core/galette/plugins/plugin-maps |
83 | 83 | composer require maglnet/composer-require-checker -W |
84 | 84 | vendor/bin/composer-require-checker check --config-file=.composer-require-checker.config.json ../../composer.json |
85 | | - if: matrix.php-versions == '8.3' |
| 85 | + if: matrix.php-versions == '8.4' |
86 | 86 |
|
87 | 87 | - name: PHPStan checks |
88 | 88 | run: | |
@@ -119,16 +119,16 @@ jobs: |
119 | 119 | - { php-version: "8.1", db-image: "postgres:11", coverage: none, always: false } |
120 | 120 | - { php-version: "8.1", db-image: "postgres:16", coverage: none, always: false } |
121 | 121 | #higher stable php version |
122 | | - - { php-version: "8.3", db-image: "mysql:5.7", coverage: none, always: true } |
123 | | - - { php-version: "8.3", db-image: "mysql:8.1", coverage: none, always: false } |
124 | | - - { php-version: "8.3", db-image: "mariadb:10.4", coverage: none, always: true } |
125 | | - - { php-version: "8.3", db-image: "mariadb:11", coverage: none, always: false } |
126 | | - - { php-version: "8.3", db-image: "postgres:11", coverage: none, always: true } |
127 | | - - { php-version: "8.3", db-image: "postgres:16", coverage: none, always: true } |
| 122 | + - { php-version: "8.4", db-image: "mysql:5.7", coverage: none, always: true } |
| 123 | + - { php-version: "8.4", db-image: "mysql:8.1", coverage: none, always: false } |
| 124 | + - { php-version: "8.4", db-image: "mariadb:10.4", coverage: none, always: true } |
| 125 | + - { php-version: "8.4", db-image: "mariadb:11", coverage: none, always: false } |
| 126 | + - { php-version: "8.4", db-image: "postgres:11", coverage: none, always: true } |
| 127 | + - { php-version: "8.4", db-image: "postgres:16", coverage: none, always: true } |
128 | 128 | fail-fast: false |
129 | 129 |
|
130 | 130 | env: |
131 | | - skip: ${{ matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette/galette-maps' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags'))) }} |
| 131 | + skip: ${{ matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette/plugin-maps' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags'))) }} |
132 | 132 | DB: ${{ matrix.db-image }} |
133 | 133 |
|
134 | 134 | services: |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 | --health-timeout=5s |
157 | 157 | --health-retries=10 |
158 | 158 |
|
159 | | - name: PHP ${{ matrix.php-version }} ${{ matrix.db-image }} ${{ (matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette/galette' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')))) && ' (skipped)' || matrix.coverage == 'xdebug' && ' (with coverage)' || ''}} |
| 159 | + name: PHP ${{ matrix.php-version }} ${{ matrix.db-image }} ${{ (matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette/plugin-maps' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')))) && ' (skipped)' || matrix.coverage == 'xdebug' && ' (with coverage)' || ''}} |
160 | 160 |
|
161 | 161 | steps: |
162 | 162 | - name: PHP |
|
0 commit comments