Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RadioRoster/backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1e97a3ff28f569d3a3ec77cbbe90c5b6ba4bc0a3
Choose a base ref
..
head repository: RadioRoster/backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 82420db824712f33a162fa9cc270cc8f2d7ef18e
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/laravel-test.yml
  2. +1 −1 .github/workflows/upload-db-assets.yml
  3. +1 −1 .github/workflows/upload-file-assets.yml
2 changes: 1 addition & 1 deletion .github/workflows/laravel-test.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup PHP ${{ matrix.php-versions }}
uses: shivammathur/setup-php@d97b3754a8db2a1e6f7416f52eeb47d389de7690
uses: shivammathur/setup-php@19ba822314c230a9039afce40e65d6c2b352ebfb
with:
php-version: ${{ matrix.php-versions }}
extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo, ${{ inputs.db-type == 'mysql' && 'pdo_mysql' || inputs.db-type == 'pgsql' && 'pdo_pgsql' }}
2 changes: 1 addition & 1 deletion .github/workflows/upload-db-assets.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup PHP 8.1
uses: shivammathur/setup-php@d97b3754a8db2a1e6f7416f52eeb47d389de7690
uses: shivammathur/setup-php@19ba822314c230a9039afce40e65d6c2b352ebfb
with:
php-version: "8.1"
extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo, ${{ inputs.db-type == 'mysql' && 'pdo_mysql' || inputs.db-type == 'pgsql' && 'pdo_pgsql' }}
2 changes: 1 addition & 1 deletion .github/workflows/upload-file-assets.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup PHP ${{ matrix.php-versions }}
uses: shivammathur/setup-php@d97b3754a8db2a1e6f7416f52eeb47d389de7690
uses: shivammathur/setup-php@19ba822314c230a9039afce40e65d6c2b352ebfb
with:
php-version: ${{ matrix.php-versions }}
extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo