File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 test :
1313 name : Build and test LocalGov Drupal
1414 runs-on : ubuntu-latest
15-
16-
15+
16+
1717 strategy :
1818 fail-fast : false
1919 matrix :
2525 - name : setup PHP
2626 uses : shivammathur/setup-php@v2
2727 with :
28- php-version : ' 8.2 '
28+ php-version : ' 8.3 '
2929
3030 - uses : actions/checkout@v2
3131
3636 run : jq --raw-output '.packages[] | select(.name | startswith("localgovdrupal/")) | ."require-dev" | values | to_entries[] | @sh "\(.key):\(.value)"' ./html/composer.lock | sort | uniq | xargs composer --working-dir=./html require --dev --no-interaction
3737
3838 - name : Start Docker environment
39- run : docker- compose up -d
39+ run : docker compose up -d
4040
4141 - name : Run tests
4242 run : ./run-tests.sh
Original file line number Diff line number Diff line change 44services :
55
66 drupal :
7- image : localgovdrupal/apache-php:php8.2
7+ image : localgovdrupal/apache-php:php8.3
88 container_name : drupal
99 depends_on :
1010 database :
You can’t perform that action at this time.
0 commit comments