2323 fail-fast : false
2424 matrix :
2525 operating-system : [ubuntu-latest]
26- php-versions : ['8.2 ']
26+ php-versions : ['8.5 ']
2727
2828 steps :
2929 - name : Setup PHP, with composer and extensions
@@ -47,10 +47,10 @@ jobs:
4747 git config --global core.autocrlf false
4848 git config --global core.eol lf
4949
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v6
5151
5252 - name : Cache composer dependencies
53- uses : actions/cache@v4
53+ uses : actions/cache@v5
5454 with :
5555 path : $(composer config cache-files-dir)
5656 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
6969
7070 - name : Cache metadata
7171 id : cache-metadata
72- uses : actions/cache@v4
72+ uses : actions/cache@v5
7373 with :
7474 path : /tmp/metadata
7575 key : ${{ runner.os }}-metadata-${{ env.date }}
8080 run : |
8181 mkdir -p /tmp/metadata
8282 wget https://mds.edugain.org/edugain-v2.xml -O /tmp/metadata/edugain.xml
83- wget https://technical.edugain.org/mds-v2.cer -O /tmp/metadataedugain -pub.crt
83+ wget https://technical.edugain.org/mds-v2.cer -O /tmp/metadata/edugain -pub.crt
8484
85+ - name : Download eduID metadata & public key
86+ if : steps.cache-metadata.outputs.cache-hit != 'true'
87+ run : |
88+ mkdir -p /tmp/metadata
89+ wget https://metadata.eduid.cz/entities/eduid -O /tmp/metadata/eduid.xml
90+ wget https://www.eduid.cz/docs/eduid/metadata/metadata.eduid.cz.crt.pem -O /tmp/metadata/eduid.crt
91+
92+ - name : Download eduID metadata & public key
93+ if : steps.cache-metadata.outputs.cache-hit != 'true'
94+ run : |
95+ mkdir -p /tmp/metadata
96+ wget https://metadata.eduid.cz/entities/eduid -O /tmp/metadata/eduid.xml
97+ wget https://www.eduid.cz/docs/eduid/metadata/metadata.eduid.cz.crt.pem -O /tmp/metadata/eduid.crt
8598
8699 - name : Download GRNET metadata
87100 if : steps.cache-metadata.outputs.cache-hit != 'true'
0 commit comments