File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 steps :
1111 - name : Check out code 🛒
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 id : code-checkout
1414
1515 - name : Validate composer.json and composer.lock 🎼
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 steps :
1111 - name : Check out code 🛒
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313
1414 - name : Setup PHP 🐫
1515 uses : shivammathur/setup-php@v2
2121 run : make lint
2222
2323 package :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525# 24.04 does not have svn
2626 env :
2727 BUILD_DIR : " build"
3232 needs : [ lint ]
3333 steps :
3434 - name : Check out code 🛒
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636
3737 - name : Build package 🔧
3838 id : build-package
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 - ./logs/:/var/log/apache2
1919
2020 db :
21- image : mariadb:11.8
21+ image : mariadb:12.0
2222 restart : always
2323 environment :
2424 MARIADB_ROOT_PASSWORD : somewordpress
You can’t perform that action at this time.
0 commit comments