diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 457ff50..02375f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: matrix: php-versions: ['8.1', '8.2'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PHP ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2 @@ -25,7 +25,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} diff --git a/LICENSE b/LICENSE index 16a7973..a1c900c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 - 2022 Fabian Meyer +Copyright (c) 2018 - 2023 Fabian Meyer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 75d2de0..d9ebe7e 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ composer require --dev meyfa/phpunit-assert-gd **Compatibility table** | AssertGD version | Supported PHP version | Supported PHPUnit version | -| :--------------- | :-------------------- | :------------------------ | +|:-----------------|:----------------------|:--------------------------| | 4.* | >= 8.1 | 10.1 | | 3.* | >= 7.3 | 9 | | 2.* | >= 7.2 | 8 | -| 1.* | >= 5.3.3 | 4.8.36 - 6.5.0 | +| 1.* | 5.3.3 - 8.0 | 4.8.36 - 6.5.0 | ## Examples