Skip to content

Commit

Permalink
Use 24.04 ubuntu github image
Browse files Browse the repository at this point in the history
  • Loading branch information
CelDaemon committed Jun 29, 2024
1 parent e3efacc commit 1b0601d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment:
name: production
url: https://larabox.voidgroup.net
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Write deploy key to file
run: echo "$DEPLOY_KEY" > larabox_deploy && chmod 0600 larabox_deploy
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
NPM_CONFIG_COLOR: always
steps:
- name: Setup PHP Action
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
coverage: none
# - name: Setup PHP Action
# uses: shivammathur/setup-php@v2
# with:
# php-version: 8.3
# extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
# coverage: none
- uses: actions/checkout@v4
- name: Install composer dependencies
run: composer install -n --prefer-dist --ansi
Expand Down

0 comments on commit 1b0601d

Please sign in to comment.