1010jobs :
1111 cs-fix :
1212 name : Run code style check
13- runs-on : " ubuntu-24 .04"
13+ runs-on : " ubuntu-26 .04"
1414 strategy :
1515 matrix :
1616 php :
1717 - ' 8.1'
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020
2121 - uses : ibexa/gh-workflows/actions/composer-install@main
2222 with :
3030
3131 tests :
3232 name : Unit tests & SQLite integration tests
33- runs-on : " ubuntu-24 .04"
33+ runs-on : " ubuntu-26 .04"
3434 timeout-minutes : 15
3535
3636 strategy :
4242 - ' 8.4'
4343
4444 steps :
45- - uses : actions/checkout@v6
45+ - uses : actions/checkout@v7
4646
4747 - uses : ibexa/gh-workflows/actions/composer-install@main
4848 with :
8080 --health-timeout 5s
8181 --health-retries 5
8282 --tmpfs /var/lib/postgres
83- runs-on : " ubuntu-24 .04"
83+ runs-on : " ubuntu-26 .04"
8484 timeout-minutes : 60
8585
8686 strategy :
9898 - ' postgres:18'
9999
100100 steps :
101- - uses : actions/checkout@v6
101+ - uses : actions/checkout@v7
102102
103103 - uses : ibexa/gh-workflows/actions/composer-install@main
104104 with :
@@ -137,7 +137,7 @@ jobs:
137137 --health-timeout=5s
138138 --health-retries=5
139139 --tmpfs=/var/lib/mysql
140- runs-on : " ubuntu-24 .04"
140+ runs-on : " ubuntu-26 .04"
141141 timeout-minutes : 60
142142
143143 strategy :
@@ -155,7 +155,7 @@ jobs:
155155 - ' mysql:8.4'
156156
157157 steps :
158- - uses : actions/checkout@v6
158+ - uses : actions/checkout@v7
159159
160160 - uses : ibexa/gh-workflows/actions/composer-install@main
161161 with :
@@ -176,7 +176,7 @@ jobs:
176176
177177 solr-integration :
178178 name : " Solr integration tests"
179- runs-on : " ubuntu-24 .04"
179+ runs-on : " ubuntu-26 .04"
180180 timeout-minutes : 30
181181 permissions :
182182 packages : read
@@ -205,7 +205,7 @@ jobs:
205205 - ' 8.3'
206206 - ' 8.4'
207207 steps :
208- - uses : actions/checkout@v6
208+ - uses : actions/checkout@v7
209209 with :
210210 fetch-depth : 0
211211
0 commit comments