Skip to content

Commit

Permalink
PHP 8.2 for test matrix and nginx image, Setup action update
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Feb 22, 2024
1 parent 934dff7 commit 9e78076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.0", "8.1"]
php-versions: ["8.2"]
db: ["mysql", "pgsql"]

services:
Expand All @@ -39,7 +39,7 @@ jobs:
- 5432:5432
options: --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3
nginx:
image: craftcms/nginx:8.0
image: craftcms/nginx:8.2
options: --volume ${{ github.workspace }}:/app --user www-data:www-data
ports:
- 80:8080
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup PHP Action
uses: shivammathur/setup-php@2.5.0
uses: shivammathur/setup-php@2.29.0
with:
php-version: ${{ matrix.php-versions }}
extensions: bcmath, mbstring, intl, gd, imagick, zip, dom, pdo_mysql, pdo_pgsql, fileinfo
Expand Down

0 comments on commit 9e78076

Please sign in to comment.