Skip to content

Commit

Permalink
Using same version in .github/workflows/github-package.yml as in `d…
Browse files Browse the repository at this point in the history
…ocker/Yii2Oauth2Server/Dockerfile`
  • Loading branch information
rhertogh committed Apr 1, 2024
1 parent 9802138 commit b6496ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '7.4' # Should be kept in sync with PHP version in `docker/Yii2Oauth2Server/Dockerfile`
tools: pecl
extensions: curl, dom, imagick, intl, mbstring, mcrypt, memcached, mysql, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, sqlite
ini-values: date.timezone='UTC', session.save_path="${{ runner.temp }}"
Expand Down

0 comments on commit b6496ed

Please sign in to comment.