Skip to content

Commit

Permalink
transition to alpine 3.17 (and to nodejs 18) (openemr#6034)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Dec 20, 2022
1 parent f30281e commit 1ea6db3
Show file tree
Hide file tree
Showing 19 changed files with 619 additions and 10,088 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/styling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ permissions:
jobs:

php_styling:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: PHP
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -42,15 +42,15 @@ jobs:
fi
css_styling:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: CSS
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install npm package
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: npm install
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ permissions:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
Loading

0 comments on commit 1ea6db3

Please sign in to comment.