Skip to content

Commit

Permalink
[github action] fix build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
yosrib committed Apr 6, 2024
1 parent d0ff51c commit 0a8ebd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
symfony: ['6.4']
latest: [false]
include:
- php: 8.1
symfony: '7.0'
composer: 2
latest: false
- php: 8.2
symfony: '7.0'
composer: 2
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ List of docker images available by Symfony and PHP versions:
</thead>
<tbody>
<tr>
<td rowspan="2">7.0</td>
<td>7.0</td>
<td>8.2</td>
<td>
<code>ghcr.io/devgine/symfony-golden:latest</code><br />
<code>ghcr.io/devgine/symfony-golden:v7.0-php8.2-alpine</code>
</td>
</tr>
<tr>
<td>8.1</td>
<td><code>ghcr.io/devgine/symfony-golden:v7.0-php8.1-alpine</code></td>
</tr>
<tr>
<td rowspan="2">6.4</td>
<td>8.2</td>
Expand Down

0 comments on commit 0a8ebd2

Please sign in to comment.