Skip to content

Commit 96d1e19

Browse files
committed
Drop 2.2-updates and add new 2.5 branch
1 parent 4f38d16 commit 96d1e19

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: [ubuntu-latest]
1515

1616
steps:
17-
- name: 'Run assets build (2.2)'
17+
- name: 'Run assets build (2.3)'
1818
uses: actions/github-script@v7
1919
with:
2020
# Token has to be generated on a user account that controls the remote repository.
@@ -26,10 +26,10 @@ jobs:
2626
owner: 'simplesamlphp',
2727
repo: 'simplesamlphp-assets-base',
2828
workflow_id: 'build-release.yml',
29-
ref: 'release-2.2'
29+
ref: 'release-2.3'
3030
})
3131
32-
- name: 'Run assets build (2.3)'
32+
- name: 'Run assets build (2.4)'
3333
uses: actions/github-script@v7
3434
with:
3535
# Token has to be generated on a user account that controls the remote repository.
@@ -41,10 +41,10 @@ jobs:
4141
owner: 'simplesamlphp',
4242
repo: 'simplesamlphp-assets-base',
4343
workflow_id: 'build-release.yml',
44-
ref: 'release-2.3'
44+
ref: 'release-2.4'
4545
})
4646
47-
- name: 'Run assets build (2.4)'
47+
- name: 'Run assets build (2.5)'
4848
uses: actions/github-script@v7
4949
with:
5050
# Token has to be generated on a user account that controls the remote repository.
@@ -56,5 +56,5 @@ jobs:
5656
owner: 'simplesamlphp',
5757
repo: 'simplesamlphp-assets-base',
5858
workflow_id: 'build-release.yml',
59-
ref: 'release-2.4'
59+
ref: 'release-2.5'
6060
})

.github/workflows/update-dependencies.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: [ubuntu-latest]
1515

1616
steps:
17-
- name: 'Run developer-tools update (2.2)'
17+
- name: 'Run developer-tools update (2.3)'
1818
uses: actions/github-script@v7
1919
with:
2020
# Token has to be generated on a user account that controls the remote repository.
@@ -26,10 +26,10 @@ jobs:
2626
owner: 'simplesamlphp',
2727
repo: 'simplesamlphp-assets-base',
2828
workflow_id: 'update-dependencies.yml',
29-
ref: 'release-2.2'
29+
ref: 'release-2.3'
3030
})
3131
32-
- name: 'Run developer-tools update (2.3)'
32+
- name: 'Run developer-tools update (2.4)'
3333
uses: actions/github-script@v7
3434
with:
3535
# Token has to be generated on a user account that controls the remote repository.
@@ -41,10 +41,10 @@ jobs:
4141
owner: 'simplesamlphp',
4242
repo: 'simplesamlphp-assets-base',
4343
workflow_id: 'update-dependencies.yml',
44-
ref: 'release-2.3'
44+
ref: 'release-2.4'
4545
})
4646
47-
- name: 'Run developer-tools update (2.4)'
47+
- name: 'Run developer-tools update (2.5)'
4848
uses: actions/github-script@v7
4949
with:
5050
# Token has to be generated on a user account that controls the remote repository.
@@ -56,5 +56,5 @@ jobs:
5656
owner: 'simplesamlphp',
5757
repo: 'simplesamlphp-assets-base',
5858
workflow_id: 'update-dependencies.yml',
59-
ref: 'release-2.4'
59+
ref: 'release-2.5'
6060
})

0 commit comments

Comments
 (0)