mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 22:05:44 +03:00
Compare commits
6 commits
d909900924
...
88b233d299
Author | SHA1 | Date | |
---|---|---|---|
![]() |
88b233d299 | ||
![]() |
35b7566992 | ||
![]() |
6c9328d296 | ||
![]() |
bb39b7efcc | ||
![]() |
1f66ad92ef | ||
![]() |
e6d03fb053 |
3 changed files with 16 additions and 12 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
|
||||
- name: Set up Composer caching
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: cache-composer-dependencies
|
||||
with:
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Subversion
|
||||
run: |
|
||||
|
@ -88,7 +88,7 @@ jobs:
|
|||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
|
||||
- name: Set up Composer caching
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: cache-composer-dependencies
|
||||
with:
|
||||
|
|
14
composer.lock
generated
14
composer.lock
generated
|
@ -3719,16 +3719,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v5.4.44",
|
||||
"version": "v5.4.46",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "1b9fa82b5c62cd49da8c9e3952dd8531ada65096"
|
||||
"reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/1b9fa82b5c62cd49da8c9e3952dd8531ada65096",
|
||||
"reference": "1b9fa82b5c62cd49da8c9e3952dd8531ada65096",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/01906871cb9b5e3cf872863b91aba4ec9767daf4",
|
||||
"reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3761,7 +3761,7 @@
|
|||
"description": "Executes commands in sub-processes",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/process/tree/v5.4.44"
|
||||
"source": "https://github.com/symfony/process/tree/v5.4.46"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -3777,7 +3777,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-09-17T12:46:43+00:00"
|
||||
"time": "2024-11-06T09:18:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
|
@ -4422,5 +4422,5 @@
|
|||
"platform-overrides": {
|
||||
"php": "7.4"
|
||||
},
|
||||
"plugin-api-version": "2.3.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
|
|
@ -321,6 +321,10 @@ function get_association_classes( $team ) {
|
|||
$classes = array( 'badge-code', 'dashicons-editor-code' );
|
||||
break;
|
||||
|
||||
case 'core-ai-team':
|
||||
$classes = array( 'badge-code-committer', 'dashicons-cloud-upload' );
|
||||
break;
|
||||
|
||||
case 'mobile-team':
|
||||
$classes = array( 'badge-mobile', 'dashicons-smartphone' );
|
||||
break;
|
||||
|
@ -512,7 +516,7 @@ function get_association_classes( $team ) {
|
|||
case 'core-performance-team':
|
||||
case 'performance-team':
|
||||
// Logo defined as SVG in CSS.
|
||||
$classes = array( 'badge-performance-team' );
|
||||
$classes = array( 'badge-performance-contributor' );
|
||||
break;
|
||||
|
||||
case 'core-performance-contributor':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue